ElvClient

new ElvClient({
contentSpaceId,
fabricURIs,
ethereumURIs,
noCacheoptional,
noAuthoptional
})
ElvClient

Create a new ElvClient

Returns: New ElvClient connected to the specified content fabric and blockchain
Parameters:
Name Type Attributes Default Description
contentSpaceId string

ID of the content space

fabricURIs Array.<string>

A list of full URIs to content fabric nodes

ethereumURIs Array.<string>

A list of full URIs to ethereum nodes

noCache boolean <optional>
false

If enabled, blockchain transactions will not be cached

noAuth boolean <optional>
false

If enabled, blockchain authorization will not be performed

Source:

Methods

async, static Configuration({
configUrl,
regionoptional
})
→ Promise.<Object>

Retrieve content space info and preferred fabric and blockchain URLs from the fabric

Returns: Object containing content space ID and fabric and ethereum URLs
Parameters:
Name Type Attributes Description
configUrl string

Full URL to the config endpoint

region string <optional>

Preferred region - the fabric will auto-detect the best region if not specified

  • Available regions: na-west-north na-west-south na-east eu-west
Source:

async, static FromConfigurationUrl({
configUrl,
regionoptional,
noCacheoptional,
noAuthoptional
})
→ Promise.<ElvClient>

Create a new ElvClient from the specified configuration URL

Returns: New ElvClient connected to the specified content fabric and blockchain
Parameters:
Name Type Attributes Default Description
configUrl string

Full URL to the config endpoint

region string <optional>

Preferred region - the fabric will auto-detect the best region if not specified

  • Available regions: na-west-north na-west-south na-east eu-west
noCache boolean <optional>
false

If enabled, blockchain transactions will not be cached

noAuth boolean <optional>
false

If enabled, blockchain authorization will not be performed

Source:

async AccessGroupManagers({contractAddress}) → Promise.<Array.<string>>

Get a list of addresses of managers of the specified group

Returns: List of manager addresses
Parameters:
Name Type Description
contractAddress

The address of the access group contract

Examples
async AccessGroupManagers({
  "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c"
});


[
  "0x070a0ca2d123397e322894436be20222bd94aa1f",
  "0xddc26d38504e5725fbf6b71cff0a5b1926c50289"
]
async AccessGroupManagers({
  "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c"
});


[
  "0xddc26d38504e5725fbf6b71cff0a5b1926c50289"
]
Source:

async AccessGroupMembers({contractAddress}) → Promise.<Array.<string>>

Get a list of addresses of members of the specified group

Returns: List of member addresses
Parameters:
Name Type Description
contractAddress

The address of the access group contract

Examples
async AccessGroupMembers({
  "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c"
});


[
  "0x070a0ca2d123397e322894436be20222bd94aa1f",
  "0xddc26d38504e5725fbf6b71cff0a5b1926c50289"
]
async AccessGroupMembers({
  "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c"
});


[
  "0xddc26d38504e5725fbf6b71cff0a5b1926c50289"
]
Source:

async AccessGroupOwner({libraryId}) → Promise.<string>

Returns the address of the owner of the specified content object

Returns: The account address of the owner
Parameters:
Name Type Description
libraryId string
Example
async AccessGroupOwner({
  "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c"
});


"0x070a0ca2d123397e322894436be20222bd94aa1f"
Source:

async AccessInfo({
objectId,
argsoptional
})
→ Promise.<Object>

Retrieve info about the access charge and permissions for the specified object.

Note: Access charge is specified in ether

Returns: Info about the access charge and whether or not the object is accessible to the current user
Parameters:
Name Type Attributes Description
objectId string

ID of the object

args object <optional>

Arguments to the getAccessInfo method - See the base content contract

Example
async AccessInfo({
  "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
});


{
  "visibilityCode": 10,
  "visible": true,
  "accessible": true,
  "editable": false,
  "hasAccess": false,
  "accessCode": 10,
  "accessCharge": "0.5"
}
Source:

async AccessRequest({
libraryIdoptional,
objectIdoptional,
versionHashoptional,
argsoptional,
updateoptional,
noCacheoptional
})
→ Promise.<Object>

Make an explicit call to accessRequest or updateRequest of the appropriate contract. Unless noCache is specified on this method or on the client, the resultant transaction hash of this method will be cached for all subsequent access to this contract.

Note: Access and update requests are handled automatically by ElvClient. Use this method only if you need to make an explicit call. For example, if you need to specify custom arguments to access a content object, you can call this method explicitly with those arguments. Since the result is cached (by default), all subsequent calls to that content object will be authorized with that AccessRequest transaction.

Note: If the access request has an associated charge, this charge will be determined and supplied automatically.

Returns: Resultant AccessRequest or UpdateRequest event
Parameters:
Name Type Attributes Default Description
libraryId string <optional>

ID of the library

objectId string <optional>

ID of the object

versionHash string <optional>

Version hash of the object

args Array <optional>
[

Custom arguments to the accessRequest or updateRequest methods

update boolean <optional>
false

If true, will call updateRequest instead of accessRequest

noCache boolean <optional>
false

If true, the resultant transaction hash will not be cached for future use

Example
async AccessRequest({
  "versionHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
  "args": [
    0,
    "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
    "",
    [],
    []
  ]
});


{
  "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
  "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
  "contractAddress": null,
  "transactionIndex": 0,
  "gasUsed": {
    "_hex": "0x1513d"
  },
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
  "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
  "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
  "logs": [
    {
      "transactionIndex": 0,
      "blockNumber": 114103,
      "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
      "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "topics": [
        "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
      ],
      "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
      "logIndex": 0,
      "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
      "transactionLogIndex": 0,
      "decode": "function",
      "name": "DbgAccessCode",
      "signature": "DbgAccessCode(uint8)",
      "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
      "values": {
        "0": 0,
        "code": 0,
        "length": 1
      }
    },
    {
      "transactionIndex": 0,
      "blockNumber": 114103,
      "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
      "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "topics": [
        "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
      ],
      "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
      "logIndex": 1,
      "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
      "transactionLogIndex": 1,
      "decode": "function",
      "name": "DbgAccessCode",
      "signature": "DbgAccessCode(uint8)",
      "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
      "values": {
        "0": 0,
        "code": 0,
        "length": 1
      }
    },
    {
      "transactionIndex": 0,
      "blockNumber": 114103,
      "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
      "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "topics": [
        "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
      ],
      "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "logIndex": 2,
      "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
      "transactionLogIndex": 2,
      "decode": "function",
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x03"
        },
        "1": 0,
        "2": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
        "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
        "4": "",
        "requestID": {
          "_hex": "0x03"
        },
        "level": 0,
        "contentHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
        "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
        "pkeAFGH": "",
        "length": 5
      }
    }
  ],
  "blockNumber": 114103,
  "confirmations": 1,
  "cumulativeGasUsed": {
    "_hex": "0x1513d"
  },
  "status": 1,
  "byzantium": true
}
Source:

async AccessType({id}) → Promise.<string>

Return the type of contract backing the specified ID

Returns: Contract type of the item
  • space
  • library
  • type,
  • object
  • wallet
  • group
  • other
  • Parameters:
    Name Type Description
    id string

    ID of the item

    Source:

    async AddAccessGroupManager({
    contractAddress,
    memberAddress
    })
    → Promise.<string>

    Add a manager to the access group at the specified contract address. This client's signer must be a manager of the access group.

    Returns: The transaction hash of the call to the grantManagerAccess method
    Parameters:
    Name Type Description
    contractAddress string

    Address of the access group contract

    memberAddress string

    Address of the manager to add

    Examples
    async AddAccessGroupManager({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "memberAddress": "070a0ca2d123397e322894436be20222bd94aa1f"
    });
    
    
    "0xb75092f4c4a9c8c7b0a4c020404d2e7630be49200394a58b5dcf771733132ab7"
    async AddAccessGroupManager({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "memberAddress": "0xddc26d38504e5725fbf6b71cff0a5b1926c50289"
    });
    
    
    "0xb0555789a254cd813997afd12ea4003350dc5b2fca6fdd040133569a4435e5c8"
    Source:

    async AddAccessGroupMember({
    contractAddress,
    memberAddress
    })
    → Promise.<string>

    Add a member to the access group at the specified contract address. This client's signer must be a manager of the access group.

    Returns: The transaction hash of the call to the grantAccess method
    Parameters:
    Name Type Description
    contractAddress string

    Address of the access group contract

    memberAddress string

    Address of the member to add

    Examples
    async AddAccessGroupMember({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "memberAddress": "0x070a0ca2d123397e322894436be20222bd94aa1f"
    });
    
    
    "0x0003b0b83f7d18aa4300bb6be0bbf5679933b291c6b2385cfa014656ced70dd7"
    async AddAccessGroupMember({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "memberAddress": "0xddc26d38504e5725fbf6b71cff0a5b1926c50289"
    });
    
    
    "0x55690232314ba9b9a4324784e0f80387073477d4b065bfcc5a550fdcd728fbcd"
    Source:

    async AddContentLibraryGroup({
    libraryId,
    groupAddress,
    permission
    })

    Add accessor, contributor or reviewer permissions for the specified group on the specified library

    Parameters:
    Name Type Description
    libraryId string

    The ID of the library

    groupAddress string

    The address of the group

    permission string

    The type of permission to add ("accessor", "contributor", "reviewer")

    Examples
    async AddContentLibraryGroup({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "groupAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "permission": "contributor"
    });
    
    
    <No Return Value>
    async AddContentLibraryGroup({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "groupAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "permission": "reviewer"
    });
    
    
    <No Return Value>
    async AddContentLibraryGroup({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "groupAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "permission": "accessor"
    });
    
    
    <No Return Value>
    Source:

    async AddLibraryContentType({
    libraryId,
    typeIdoptional,
    typeNameoptional,
    typeHashoptional,
    customContractAddressoptional
    })
    → Promise.<string>

    Add a specified content type to a library

    Returns: Hash of the addContentType transaction
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    typeId string <optional>

    ID of the content type

    typeName string <optional>

    Name of the content type

    typeHash string <optional>

    Version hash of the content type

    customContractAddress string <optional>

    Address of the custom contract to associate with this content type for this library

    Examples
    async AddLibraryContentType({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "typeName": "Test Content Type 1679c518bcacf9c43d12"
    });
    
    
    "0xf9326be512648d49e5a6393468a5b3e8d5c6410f864fe8e3b40516ef7fa53a21"
    async AddLibraryContentType({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "typeId": "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4"
    });
    
    
    "0x766031cc59c4807017ce1c30fd49f651f61ad2291c6755c8e432aec33a4eb99f"
    Source:

    async AvailableDRMs() → Promise.<Array.<string>>

    Determine available DRM types available in this browser environment.

    Source:

    async BitmovinPlayoutOptions({
    objectIdoptional,
    versionHash,
    protocolsoptional,
    drmsoptional
    })

    Retrieve playout options in BitMovin player format for the specified content that satisfy the given protocol and DRM requirements

    If only objectId is specified, latest version will be played. To retrieve playout options for a specific version of the content, provide the versionHash parameter (in which case objectId is unnecessary)

    Parameters:
    Name Type Attributes Default Description
    objectId string <optional>

    Id of the content

    versionHash string

    Version hash of the content

    protocols Array.<string> <optional>
    ["dash",

    "hls"] - Acceptable playout protocols

    drms Array.<string> <optional>
    [

    Acceptable DRM formats

    Example
    async BitmovinPlayoutOptions({
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "protocols": [
        "hls",
        "dash"
      ],
      "drms": [
        "widevine",
        "aes-128"
      ]
    });
    
    
    {
      "drm": {
        "widevine": {
          "LA_URL": "https://host-35-237-243-135.test.contentfabric.io/wv/?qhash=hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
          "headers": {
            "Authorization": "Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliRGJQWmhmbTJGblRVcWNEdE1YR1Y3WWJ1dTdDIiwiYWRkciI6IjB4ZGRjMjZEMzg1MDRlNTcyNWZiRjZiNzFDRkYwQTVCMTkyNmM1MDI4OSIsInFpZCI6ImlxX18zUFN2TGpLS0tNZFp0TkI4azZIaWgzQjNmeHp3IiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzMyNTMzODcsImV4cCI6MTU3MzMzOTc4NywiYXV0aF9zaWciOiJFUzI1NktfS2VhdXNtOExrYkM5cGZXUVFSUVdRcndKb2JZRjNLOG1FNjNqUVVVQkNmbUZIeUIyYlhXQ3JzWjNBb1NqeW5KeVE1Nk5jN3ZyMTFlVjh3QkxkM1cxbUJjeEYiLCJhZmdoX3BrIjoiIn0=.RVMyNTZLX0RXNVdZS0xkaUI4Z1hUTUUzS05tbWJHTWRXajM2MlZXc0pEMXBtNXRWb1kxSlJlblY1UTFiV1N0SnRWUzVUNExTZ0ozcXJFdnExQUdXN0tnWHZER3lCamRW"
          }
        }
      },
      "dash": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C/q/hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj/rep/playout/default/dash-widevine/dash.mpd?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliRGJQWmhmbTJGblRVcWNEdE1YR1Y3WWJ1dTdDIiwiYWRkciI6IjB4ZGRjMjZEMzg1MDRlNTcyNWZiRjZiNzFDRkYwQTVCMTkyNmM1MDI4OSIsInFpZCI6ImlxX18zUFN2TGpLS0tNZFp0TkI4azZIaWgzQjNmeHp3IiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzMyNTMzODcsImV4cCI6MTU3MzMzOTc4NywiYXV0aF9zaWciOiJFUzI1NktfS2VhdXNtOExrYkM5cGZXUVFSUVdRcndKb2JZRjNLOG1FNjNqUVVVQkNmbUZIeUIyYlhXQ3JzWjNBb1NqeW5KeVE1Nk5jN3ZyMTFlVjh3QkxkM1cxbUJjeEYiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX0RXNVdZS0xkaUI4Z1hUTUUzS05tbWJHTWRXajM2MlZXc0pEMXBtNXRWb1kxSlJlblY1UTFiV1N0SnRWUzVUNExTZ0ozcXJFdnExQUdXN0tnWHZER3lCamRW",
      "hls": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C/q/hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj/rep/playout/default/hls-aes128/playlist.m3u8?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliRGJQWmhmbTJGblRVcWNEdE1YR1Y3WWJ1dTdDIiwiYWRkciI6IjB4ZGRjMjZEMzg1MDRlNTcyNWZiRjZiNzFDRkYwQTVCMTkyNmM1MDI4OSIsInFpZCI6ImlxX18zUFN2TGpLS0tNZFp0TkI4azZIaWgzQjNmeHp3IiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzMyNTMzODcsImV4cCI6MTU3MzMzOTc4NywiYXV0aF9zaWciOiJFUzI1NktfS2VhdXNtOExrYkM5cGZXUVFSUVdRcndKb2JZRjNLOG1FNjNqUVVVQkNmbUZIeUIyYlhXQ3JzWjNBb1NqeW5KeVE1Nk5jN3ZyMTFlVjh3QkxkM1cxbUJjeEYiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX0RXNVdZS0xkaUI4Z1hUTUUzS05tbWJHTWRXajM2MlZXc0pEMXBtNXRWb1kxSlJlblY1UTFiV1N0SnRWUzVUNExTZ0ozcXJFdnExQUdXN0tnWHZER3lCamRW"
    }
    Source:

    async CachedAccessTransaction({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional
    })
    → Promise.<string>

    Return the cached access transaction of the specified item, if present

    Returns: The cached transaction hash if present, otherwise undefined
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object

    Examples
    async CachedAccessTransaction({
      "versionHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT"
    });
    
    
    "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be"
    async CachedAccessTransaction({
      "versionHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT"
    });
    
    
    <No Return Value>
    Source:

    async CallBitcodeMethod({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    writeTokenoptional,
    method,
    queryParamsoptional,
    bodyoptional,
    headersoptional,
    constantoptional,
    formatoptional
    })
    → Promise.<format>

    Call the specified bitcode method on the specified object

    Returns: The response from the call in the specified format
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    writeToken string <optional>

    Write token of an object draft - if calling bitcode of a draft object

    method string

    Bitcode method to call

    queryParams Object <optional>

    Query parameters to include in the request

    body Object <optional>

    Request body to include, if calling a non-constant method

    headers Object <optional>

    Request headers to include

    constant boolean <optional>
    true

    If specified, a GET request authenticated with an AccessRequest will be made. Otherwise, a POST with an UpdateRequest will be performed

    format string <optional>
    json

    The format of the response

    Examples
    async CallBitcodeMethod({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3s4SbaVgbcj1K2cKgqR4JA9tKSKR",
      "writeToken": "tqw_CEV9rJyqY3Q5GAy2JqwxEJMQ1KfRWgRfp",
      "method": "media/production_master/init",
      "body": {},
      "constant": false
    });
    
    
    {
      "logs": [
        "2019-11-08 22:48:44 Debug: avtest.initProdMaster()",
        "2019-11-08 22:48:44 Info: Get list of files from object",
        "2019-11-08 22:48:44 Info: 2 item(s) found in file list.",
        "2019-11-08 22:48:44 Info: Skipping '.'",
        "2019-11-08 22:48:44 Info: Analyzing Video.mp4",
        "2019-11-08 22:48:44 Debug: getAvpReqCtx filePath=Video.mp4 qhot=tqw_CEV9rJyqY3Q5GAy2JqwxEJMQ1KfRWgRfp key=tqw_CEV9rJyqY3Q5GAy2JqwxEJMQ1KfRWgRfp.txAll.Video.mp4"
      ]
    }
    async CallBitcodeMethod({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "writeToken": "tqw_8QQFR5TUQu4T1ZkDzXTeWmJ7ZHYRP9tYN",
      "method": "media/abr_mezzanine/init",
      "headers": {
        "Authorization": "Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4NzQ4Y2RkNmFjYWVlYjJjMGE5YmZmYWFkNzA0M2I5MzMyNGExNmUzM2ZmMjI3MDIzMmUwZGI0YzhlYzRmZGJkYiIsInFsaWJfaWQiOiJpbGliRGJQWmhmbTJGblRVcWNEdE1YR1Y3WWJ1dTdDIn0=.RVMyNTZLX0JpamsxRTZoUU1TRUFEZDhvZkZuZ0I0MWEyNGNEY3A4RWs4N0F6aGM0NXNBajJycVlManNZYm1vSjZIQkRvd2N5WFd1OEU2ZlRTcEtxOGs2VUdqZ3lVb3hQ,Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4NzkzMjIwN2M5YzFiY2E0OTZhNzIyMTNmZDM1Y2E0ZDUyNzZkYjIzY2VmZTNjZjg4ODE1ZjFiMmI3ZTMxNDNmNSIsInFsaWJfaWQiOiJpbGliRGJQWmhmbTJGblRVcWNEdE1YR1Y3WWJ1dTdDIn0=.RVMyNTZLX0ZnekEyeUdTQUtUaThyV012ZlZGOVFMbXdWTlMxOVdoQ2NkcGJHWXc5dEIzUVFZZ0VlV3RTQzFFQk5aUGhHYWJ5ZTdkMlRvZGg2Rk05b0RKYmJpQ05XSGJw,Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4MmRkOTU4ODEyZjJmY2EyN2ViYTc3NmZkNDRlNGNjYWVmNGEwZTFmYzdkMjU4MzBkZjdhZjIzZjZkMDliYjg4ZSJ9.RVMyNTZLX0c1Rnlqb3ZQM3NTYmlBelM0Sk1ZM3Z1RFdBZlpKcXFGTndHN0FXQzVyYXRTejVYVEVkam5ZWnpQSEsxRzZnOU1ob1FHSjNSTjVoWkN6SDdiTnc4Z3J3eUNY",
        "Accept": "application/json",
        "Content-type": "application/json"
      },
      "body": {
        "offering_key": "default",
        "variant_key": "default",
        "prod_master_hash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f"
      },
      "constant": false
    });
    
    
    {
      "logs": [
        "2019-11-08 22:48:52 Debug: apiAbrMezzanineInit()",
        "2019-11-08 22:48:52 Info: Get abr.Profile from lib",
        "2019-11-08 22:48:52 Info: Get production.Master",
        "2019-11-08 22:48:52 Debug: getProductionVariantCtx(hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f,default)",
        "2019-11-08 22:48:52 Debug: getting production.Master: hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
        "2019-11-08 22:48:52 Debug: Get production.Variant 'default' from production.Master",
        "2019-11-08 22:48:52 Info: Generate abr.Offering",
        "2019-11-08 22:48:52 Info: Saving metadata"
      ]
    }
    async CallBitcodeMethod({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "writeToken": "tqw_32kgEewYeKUyopViWi1PXtn72b6Yd3EJ2",
      "headers": {
        "Authorization": "Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4NzQ4Y2RkNmFjYWVlYjJjMGE5YmZmYWFkNzA0M2I5MzMyNGExNmUzM2ZmMjI3MDIzMmUwZGI0YzhlYzRmZGJkYiIsInFsaWJfaWQiOiJpbGliRGJQWmhmbTJGblRVcWNEdE1YR1Y3WWJ1dTdDIn0=.RVMyNTZLX0JpamsxRTZoUU1TRUFEZDhvZkZuZ0I0MWEyNGNEY3A4RWs4N0F6aGM0NXNBajJycVlManNZYm1vSjZIQkRvd2N5WFd1OEU2ZlRTcEtxOGs2VUdqZ3lVb3hQ,Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4MmRkOTU4ODEyZjJmY2EyN2ViYTc3NmZkNDRlNGNjYWVmNGEwZTFmYzdkMjU4MzBkZjdhZjIzZjZkMDliYjg4ZSJ9.RVMyNTZLX0c1Rnlqb3ZQM3NTYmlBelM0Sk1ZM3Z1RFdBZlpKcXFGTndHN0FXQzVyYXRTejVYVEVkam5ZWnpQSEsxRzZnOU1ob1FHSjNSTjVoWkN6SDdiTnc4Z3J3eUNY",
        "Accept": "application/json",
        "Content-type": "application/json"
      },
      "method": "media/abr_mezzanine/prep_start",
      "constant": false,
      "body": {
        "offering_key": "default"
      }
    });
    
    
    {
      "data": [
        "32ddc945-4d43-4833-b6fa-3d5c1d2665a1",
        "f299d05a-f209-4def-88f5-4c9801f679fb"
      ],
      "logs": [
        "2019-11-08 22:48:56 Debug: getAvpReqCtx filePath=Video.mp4 qhot=hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f key=hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f.txAudio.Video.mp4",
        "2019-11-08 22:48:56 Debug: getAvpReqCtx filePath=Video.mp4 qhot=hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f key=hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f.txVideo.Video.mp4"
      ]
    }
    async CallBitcodeMethod({
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "writeToken": "tqw_32kgEewYeKUyopViWi1PXtn72b6Yd3EJ2",
      "method": "media/abr_mezzanine/offerings/default/finalize",
      "headers": {
        "Authorization": "Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4NzQ4Y2RkNmFjYWVlYjJjMGE5YmZmYWFkNzA0M2I5MzMyNGExNmUzM2ZmMjI3MDIzMmUwZGI0YzhlYzRmZGJkYiIsInFsaWJfaWQiOiJpbGliRGJQWmhmbTJGblRVcWNEdE1YR1Y3WWJ1dTdDIn0=.RVMyNTZLX0JpamsxRTZoUU1TRUFEZDhvZkZuZ0I0MWEyNGNEY3A4RWs4N0F6aGM0NXNBajJycVlManNZYm1vSjZIQkRvd2N5WFd1OEU2ZlRTcEtxOGs2VUdqZ3lVb3hQ,Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4MmRkOTU4ODEyZjJmY2EyN2ViYTc3NmZkNDRlNGNjYWVmNGEwZTFmYzdkMjU4MzBkZjdhZjIzZjZkMDliYjg4ZSJ9.RVMyNTZLX0c1Rnlqb3ZQM3NTYmlBelM0Sk1ZM3Z1RFdBZlpKcXFGTndHN0FXQzVyYXRTejVYVEVkam5ZWnpQSEsxRzZnOU1ob1FHSjNSTjVoWkN6SDdiTnc4Z3J3eUNY",
        "Accept": "application/json",
        "Content-type": "application/json"
      },
      "constant": false
    });
    
    
    {
      "logs": [
        "2019-11-08 22:49:38 Debug: getProductionVariantCtx(hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f,default)",
        "2019-11-08 22:49:38 Debug: getting production.Master: hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
        "2019-11-08 22:49:38 Debug: Get production.Variant 'default' from production.Master"
      ]
    }
    Source:

    async CallContractMethod({
    contractAddress,
    abi,
    methodName,
    methodArgsoptional,
    valueoptional,
    formatArgumentsoptional,
    overridesoptional
    })
    → Promise.<*>

    Call the specified method on a deployed contract. This action will be performed by this client's signer.

    NOTE: This method will only wait for the transaction to be created. If you want to wait for the transaction to be mined, use the CallContractMethodAndWait method.

    Returns: Response containing information about the transaction
    Parameters:
    Name Type Attributes Default Description
    contractAddress string

    Address of the contract to call the specified method on

    abi Object

    ABI of contract

    methodName string

    Method to call on the contract

    methodArgs Array <optional>

    List of arguments to the contract constructor

    value number | BigNumber <optional>

    Amount of ether to include in the transaction

    formatArguments boolean <optional>
    true

    If specified, the arguments will automatically be formatted to the ABI specification

    overrides Object <optional>

    Change default gasPrice or gasLimit used for this action

    Examples
    async CallContractMethod({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "name",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "submitNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "registerSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "createLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numActiveNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "getKMSID",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "userWallets",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "description",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setWalletFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setGroupFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setContentFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsIdStr",
              "type": "string"
            }
          ],
          "name": "checkKMS",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space_description",
              "type": "string"
            }
          ],
          "name": "setDescription",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setLibraryFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "getAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_pubKey",
              "type": "string"
            }
          ],
          "name": "setKMSPublicKey",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "unregisterSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "groupFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "removeNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "factory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "walletFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "engageAccountLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "checkKMSAddr",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "approveNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_v",
              "type": "uint8[]"
            },
            {
              "name": "_r",
              "type": "bytes32[]"
            },
            {
              "name": "_s",
              "type": "bytes32[]"
            },
            {
              "name": "_from",
              "type": "address[]"
            },
            {
              "name": "_dest",
              "type": "address[]"
            },
            {
              "name": "_value",
              "type": "uint256[]"
            },
            {
              "name": "_ts",
              "type": "uint256[]"
            }
          ],
          "name": "executeBatch",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numPendingNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "nodeMapping",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "removeKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space_name",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentTypeAddress",
              "type": "address"
            }
          ],
          "name": "CreateContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "libraryAddress",
              "type": "address"
            }
          ],
          "name": "CreateLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "groupAddress",
              "type": "address"
            }
          ],
          "name": "CreateGroup",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            }
          ],
          "name": "CreateContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "wallet",
              "type": "address"
            }
          ],
          "name": "CreateAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accountAddress",
              "type": "address"
            }
          ],
          "name": "EngageAccountLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "factory",
              "type": "address"
            }
          ],
          "name": "SetFactory",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "RegisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "UnregisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "AddKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "RemoveKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "version",
              "type": "bytes32"
            },
            {
              "indexed": false,
              "name": "owner",
              "type": "address"
            }
          ],
          "name": "CreateSpace",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "walletAddress",
              "type": "address"
            }
          ],
          "name": "GetAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeSubmitted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeApproved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "AddNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "RemoveNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
      "methodName": "userWallets",
      "methodArgs": [
        "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289"
      ]
    });
    
    
    "0x0000000000000000000000000000000000000000"
    async CallContractMethod({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "name",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "submitNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "registerSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "createLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numActiveNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "getKMSID",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "userWallets",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "description",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setWalletFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setGroupFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setContentFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsIdStr",
              "type": "string"
            }
          ],
          "name": "checkKMS",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space_description",
              "type": "string"
            }
          ],
          "name": "setDescription",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setLibraryFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "getAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_pubKey",
              "type": "string"
            }
          ],
          "name": "setKMSPublicKey",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "unregisterSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "groupFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "removeNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "factory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "walletFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "engageAccountLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "checkKMSAddr",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "approveNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_v",
              "type": "uint8[]"
            },
            {
              "name": "_r",
              "type": "bytes32[]"
            },
            {
              "name": "_s",
              "type": "bytes32[]"
            },
            {
              "name": "_from",
              "type": "address[]"
            },
            {
              "name": "_dest",
              "type": "address[]"
            },
            {
              "name": "_value",
              "type": "uint256[]"
            },
            {
              "name": "_ts",
              "type": "uint256[]"
            }
          ],
          "name": "executeBatch",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numPendingNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "nodeMapping",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "removeKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space_name",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentTypeAddress",
              "type": "address"
            }
          ],
          "name": "CreateContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "libraryAddress",
              "type": "address"
            }
          ],
          "name": "CreateLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "groupAddress",
              "type": "address"
            }
          ],
          "name": "CreateGroup",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            }
          ],
          "name": "CreateContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "wallet",
              "type": "address"
            }
          ],
          "name": "CreateAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accountAddress",
              "type": "address"
            }
          ],
          "name": "EngageAccountLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "factory",
              "type": "address"
            }
          ],
          "name": "SetFactory",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "RegisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "UnregisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "AddKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "RemoveKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "version",
              "type": "bytes32"
            },
            {
              "indexed": false,
              "name": "owner",
              "type": "address"
            }
          ],
          "name": "CreateSpace",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "walletAddress",
              "type": "address"
            }
          ],
          "name": "GetAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeSubmitted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeApproved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "AddNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "RemoveNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
      "methodName": "userWallets",
      "methodArgs": [
        "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289"
      ]
    });
    
    
    "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f"
    async CallContractMethod({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "hasManagerAccess",
      "methodArgs": [
        "0x070a0ca2d123397e322894436be20222bd94aa1f"
      ]
    });
    
    
    true
    async CallContractMethod({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersNum"
    });
    
    
    {
      "_hex": "0x02"
    }
    async CallContractMethod({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersList",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersList",
      "methodArgs": [
        1
      ]
    });
    
    
    "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289"
    async CallContractMethod({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersNum"
    });
    
    
    {
      "_hex": "0x02"
    }
    async CallContractMethod({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersList",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersList",
      "methodArgs": [
        1
      ]
    });
    
    
    "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289"
    async CallContractMethod({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersNum"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "membersList",
      "methodArgs": [
        0
      ]
    });
    
    
    "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289"
    async CallContractMethod({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersNum"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "managersList",
      "methodArgs": [
        0
      ]
    });
    
    
    "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289"
    async CallContractMethod({
      "contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "name",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "submitNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "registerSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "createLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numActiveNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "getKMSID",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "userWallets",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "description",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setWalletFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setGroupFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setContentFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsIdStr",
              "type": "string"
            }
          ],
          "name": "checkKMS",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space_description",
              "type": "string"
            }
          ],
          "name": "setDescription",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setLibraryFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "getAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_pubKey",
              "type": "string"
            }
          ],
          "name": "setKMSPublicKey",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "unregisterSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "groupFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "removeNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "factory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "walletFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "engageAccountLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "checkKMSAddr",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "approveNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_v",
              "type": "uint8[]"
            },
            {
              "name": "_r",
              "type": "bytes32[]"
            },
            {
              "name": "_s",
              "type": "bytes32[]"
            },
            {
              "name": "_from",
              "type": "address[]"
            },
            {
              "name": "_dest",
              "type": "address[]"
            },
            {
              "name": "_value",
              "type": "uint256[]"
            },
            {
              "name": "_ts",
              "type": "uint256[]"
            }
          ],
          "name": "executeBatch",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numPendingNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "nodeMapping",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "removeKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space_name",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentTypeAddress",
              "type": "address"
            }
          ],
          "name": "CreateContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "libraryAddress",
              "type": "address"
            }
          ],
          "name": "CreateLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "groupAddress",
              "type": "address"
            }
          ],
          "name": "CreateGroup",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            }
          ],
          "name": "CreateContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "wallet",
              "type": "address"
            }
          ],
          "name": "CreateAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accountAddress",
              "type": "address"
            }
          ],
          "name": "EngageAccountLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "factory",
              "type": "address"
            }
          ],
          "name": "SetFactory",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "RegisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "UnregisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "AddKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "RemoveKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "version",
              "type": "bytes32"
            },
            {
              "indexed": false,
              "name": "owner",
              "type": "address"
            }
          ],
          "name": "CreateSpace",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "walletAddress",
              "type": "address"
            }
          ],
          "name": "GetAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeSubmitted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeApproved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "AddNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "RemoveNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "addressKMS"
    });
    
    
    "0x024E380255B1f88AD89603C628f32bA0fb222Fa4"
    async CallContractMethod({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "contributorGroupsLength"
    });
    
    
    {
      "_hex": "0x00"
    }
    async CallContractMethod({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "reviewerGroupsLength"
    });
    
    
    {
      "_hex": "0x00"
    }
    async CallContractMethod({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessorGroupsLength"
    });
    
    
    {
      "_hex": "0x00"
    }
    async CallContractMethod({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "contributorGroupsLength"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "contributorGroups",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c"
    async CallContractMethod({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "reviewerGroupsLength"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "reviewerGroups",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c"
    async CallContractMethod({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessorGroupsLength"
    });
    
    
    {
      "_hex": "0x01"
    }
    async CallContractMethod({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessorGroups",
      "methodArgs": [
        0
      ]
    });
    
    
    "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c"
    async CallContractMethod({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "contractAddress": "0x2772154536f0db0cda6452aeab347d0b0f398dc2",
      "methodName": "setVisibility",
      "methodArgs": [
        100
      ]
    });
    
    
    {
      "nonce": 29,
      "gasPrice": {
        "_hex": "0x01dcd65000"
      },
      "gasLimit": {
        "_hex": "0x6dd2"
      },
      "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "value": {
        "_hex": "0x00"
      },
      "data": "0xaa024e8b0000000000000000000000000000000000000000000000000000000000000064",
      "chainId": 955210,
      "v": 1910455,
      "r": "0xdc26e06a7b8f163e1a2e754a877ea25a79291a43cbecddca147277c97fac11dd",
      "s": "0x24d62d5b9474d3cf88fbbda539a01cf8bae806f30b40797f8be76d519446d45e",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "hash": "0xb15253e4c19f808c6039c4ddd4f141d90c5976900641520dac5dc0e3236b073b",
      "wait": "function"
    }
    async CallContractMethod({
      "contractAddress": "0x2772154536f0db0cda6452aeab347d0b0f398dc2",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0xe3c62b470b16b8d235e1418e1c958ece5732efa4",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0x81a6059b278dde5051393b0b8967e8704625f7a7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0xa12af0296c8bdf55e141c6f6b79564b5034d0b28",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0x77211e30296da87a1565195934be1ab09dbdd3e2",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0x17ee368633a5f48b76c6631fa1800e838baf5e8f",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0x71416adc379e3950dc78302596bf3fc59af92a60",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0x38469794c9ae126d7ebc2ebedf90bbc34ffafa43",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0x21266d198131102b08ea6515218dc56895198d6a",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0x05f1f9e508f567bb939ad93a4184b3d4c5adf595",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0xf4a26fd3ebe36162edf9081c371c5639f1a4cb3a",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0x2772154536f0db0cda6452aeab347d0b0f398dc2",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "addressKMS"
    });
    
    
    "0x024E380255B1f88AD89603C628f32bA0fb222Fa4"
    async CallContractMethod({
      "contractAddress": "0x2772154536f0db0cda6452aeab347d0b0f398dc2",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "getKMSInfo",
      "methodArgs": [
        []
      ],
      "formatArguments": false
    });
    
    
    [
      "https://host-35-237-243-135.test.contentfabric.io/eth/,https://host-35-236-19-5.test.contentfabric.io/eth/,https://host-35-226-231-183.test.contentfabric.io/eth/",
      "kepk26soZ1cGaPmLAhinoBRoMePQi8dHrTwATw91fvkJ5xDE8"
    ]
    async CallContractMethod({
      "contractAddress": "0x2772154536f0db0cda6452aeab347d0b0f398dc2",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "getAccessInfo",
      "methodArgs": [
        0,
        [],
        []
      ]
    });
    
    
    [
      0,
      0,
      {
        "_hex": "0x00"
      }
    ]
    async CallContractMethod({
      "contractAddress": "0xcd826ad0e3ff4438737e4c4ae9cfea217fee2070",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0xab5653968303764a75969fd7942ce0ac6fc229ac",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "owner",
      "methodArgs": []
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    async CallContractMethod({
      "contractAddress": "0xab5653968303764a75969fd7942ce0ac6fc229ac",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "libraryAddress"
    });
    
    
    "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7"
    async CallContractMethod({
      "contractAddress": "0xab5653968303764a75969fd7942ce0ac6fc229ac",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "getKMSInfo",
      "methodArgs": [
        []
      ],
      "formatArguments": false
    });
    
    
    [
      "https://host-35-237-243-135.test.contentfabric.io/eth/,https://host-35-236-19-5.test.contentfabric.io/eth/,https://host-35-226-231-183.test.contentfabric.io/eth/",
      "kepk26soZ1cGaPmLAhinoBRoMePQi8dHrTwATw91fvkJ5xDE8"
    ]
    async CallContractMethod({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "contractAddress": "0x2772154536f0db0cda6452aeab347d0b0f398dc2",
      "methodName": "setVisibility",
      "methodArgs": [
        10
      ]
    });
    
    
    {
      "nonce": 88,
      "gasPrice": {
        "_hex": "0x01dcd65000"
      },
      "gasLimit": {
        "_hex": "0x6dd2"
      },
      "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "value": {
        "_hex": "0x00"
      },
      "data": "0xaa024e8b000000000000000000000000000000000000000000000000000000000000000a",
      "chainId": 955210,
      "v": 1910455,
      "r": "0xe4b3f83a7163c8f0dafc310ccd865fd9dfa348395a17f3847c2e081daca14366",
      "s": "0x4b9497f411c76459fe6e002e7488b753ed85c400eea2b36d7fe6de1904f385db",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "hash": "0xb5263c292b6efb6cdfb1c13646d2b66add148cb8fc1d36970e8fc43c6035f0ec",
      "wait": "function"
    }
    Source:

    async CallContractMethodAndWait({
    contractAddress,
    abi,
    methodName,
    methodArgsoptional,
    valueoptional,
    overridesoptional,
    formatArgumentsoptional
    })
    → Promise.<*>

    Call the specified method on a deployed contract and wait for the transaction to be mined. This action will be performed by this client's signer.

    Returns: The event object of this transaction
    Parameters:
    Name Type Attributes Default Description
    contractAddress string

    Address of the contract to call the specified method on

    abi Object

    ABI of contract

    methodName string

    Method to call on the contract

    methodArgs Array.<string> <optional>
    [

    List of arguments to the contract constructor

    value number | BigNumber <optional>

    Amount of ether to include in the transaction

    overrides Object <optional>

    Change default gasPrice or gasLimit used for this action

    formatArguments boolean <optional>
    true

    If specified, the arguments will automatically be formatted to the ABI specification

    Examples
    async CallContractMethodAndWait({
      "contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "name",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "submitNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "registerSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "createLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numActiveNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "getKMSID",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "userWallets",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "description",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setWalletFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setGroupFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setContentFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsIdStr",
              "type": "string"
            }
          ],
          "name": "checkKMS",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space_description",
              "type": "string"
            }
          ],
          "name": "setDescription",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setLibraryFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "getAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_pubKey",
              "type": "string"
            }
          ],
          "name": "setKMSPublicKey",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "unregisterSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "groupFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "removeNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "factory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "walletFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "engageAccountLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "checkKMSAddr",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "approveNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_v",
              "type": "uint8[]"
            },
            {
              "name": "_r",
              "type": "bytes32[]"
            },
            {
              "name": "_s",
              "type": "bytes32[]"
            },
            {
              "name": "_from",
              "type": "address[]"
            },
            {
              "name": "_dest",
              "type": "address[]"
            },
            {
              "name": "_value",
              "type": "uint256[]"
            },
            {
              "name": "_ts",
              "type": "uint256[]"
            }
          ],
          "name": "executeBatch",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numPendingNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "nodeMapping",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "removeKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space_name",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentTypeAddress",
              "type": "address"
            }
          ],
          "name": "CreateContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "libraryAddress",
              "type": "address"
            }
          ],
          "name": "CreateLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "groupAddress",
              "type": "address"
            }
          ],
          "name": "CreateGroup",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            }
          ],
          "name": "CreateContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "wallet",
              "type": "address"
            }
          ],
          "name": "CreateAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accountAddress",
              "type": "address"
            }
          ],
          "name": "EngageAccountLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "factory",
              "type": "address"
            }
          ],
          "name": "SetFactory",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "RegisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "UnregisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "AddKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "RemoveKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "version",
              "type": "bytes32"
            },
            {
              "indexed": false,
              "name": "owner",
              "type": "address"
            }
          ],
          "name": "CreateSpace",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "walletAddress",
              "type": "address"
            }
          ],
          "name": "GetAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeSubmitted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeApproved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "AddNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "RemoveNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "createAccessWallet",
      "methodArgs": []
    });
    
    
    {
      "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
      "from": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x3f1dfb"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000008000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x842aaeb79b0aecdd9dfd8dfdd9f1e8b21fcc0c086338af0dc090c65a8736b3c8",
      "transactionHash": "0x1b1d0cc2c2cf3c5381790a693cf4f71d7c5f7773d661b33860568b2882a19481",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 113925,
          "transactionHash": "0x1b1d0cc2c2cf3c5381790a693cf4f71d7c5f7773d661b33860568b2882a19481",
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "topics": [
            "0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca"
          ],
          "data": "0x0000000000000000000000002f117c8675aceb8f2cd1b23fd1e9418440890c2f",
          "logIndex": 0,
          "blockHash": "0x842aaeb79b0aecdd9dfd8dfdd9f1e8b21fcc0c086338af0dc090c65a8736b3c8",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "CreateAccessWallet",
          "signature": "CreateAccessWallet(address)",
          "topic": "0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca",
          "values": {
            "0": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
            "wallet": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
            "length": 1
          }
        }
      ],
      "blockNumber": 113925,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x3f1dfb"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x2f117c8675aceb8f2cd1b23fd1e9418440890c2f",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
      "from": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x626a"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x3db905c4473d0a9dbd1656d7d86520a4fa93773b5cd9c77e29f2caf79aa925c5",
      "transactionHash": "0xd39798ac38f275bd7eefadcd71db2bf4585ea23934d72f10b0c3aa5da5fdd675",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 113928,
          "transactionHash": "0xd39798ac38f275bd7eefadcd71db2bf4585ea23934d72f10b0c3aa5da5fdd675",
          "address": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x3db905c4473d0a9dbd1656d7d86520a4fa93773b5cd9c77e29f2caf79aa925c5",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 113928,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x626a"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x60f4"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000020000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x2e49b76feea24f476e880e91fb14367c1ef071b91cf4204d3f1fe7944ed11911",
      "transactionHash": "0xabc42b6576c7587d877163f5f761f956e572404ff3fe78a3500771a43732c05b",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 113947,
          "transactionHash": "0xabc42b6576c7587d877163f5f761f956e572404ff3fe78a3500771a43732c05b",
          "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x2e49b76feea24f476e880e91fb14367c1ef071b91cf4204d3f1fe7944ed11911",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 113947,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x60f4"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "grantAccess",
      "methodArgs": [
        "0x070a0ca2d123397e322894436be20222bd94aa1f"
      ],
      "eventName": "MemberAdded",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x2092f"
      },
      "logsBloom": "0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000040800000000000000000000000080080000000000020000000000000000000000000000000001000000000000000000000004000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000",
      "blockHash": "0xbed643679251c4632e4b03d60ef1ae077116939ecff94bca19a942a5c656e6d9",
      "transactionHash": "0x0003b0b83f7d18aa4300bb6be0bbf5679933b291c6b2385cfa014656ced70dd7",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 113954,
          "transactionHash": "0x0003b0b83f7d18aa4300bb6be0bbf5679933b291c6b2385cfa014656ced70dd7",
          "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
          "topics": [
            "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
          ],
          "data": "0x000000000000000000000000070a0ca2d123397e322894436be20222bd94aa1f",
          "logIndex": 0,
          "blockHash": "0xbed643679251c4632e4b03d60ef1ae077116939ecff94bca19a942a5c656e6d9",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "MemberAdded",
          "signature": "MemberAdded(address)",
          "topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
          "values": {
            "0": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
            "candidate": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 113954,
          "transactionHash": "0x0003b0b83f7d18aa4300bb6be0bbf5679933b291c6b2385cfa014656ced70dd7",
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c00000000000000000000000000000000000000000000000000000000000000dc",
          "logIndex": 1,
          "blockHash": "0xbed643679251c4632e4b03d60ef1ae077116939ecff94bca19a942a5c656e6d9",
          "transactionLogIndex": 1,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "2": 220,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "aggregate": 220,
            "length": 3
          }
        }
      ],
      "blockNumber": 113954,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x2092f"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "grantAccess",
      "methodArgs": [
        "0xddc26d38504e5725fbf6b71cff0a5b1926c50289"
      ],
      "eventName": "MemberAdded",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x2c173"
      },
      "logsBloom": "0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000080000000000020000000000020000000000000000000001000000000000000000000004000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000004004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xc500d3646b06df6453d89dfbf6e4f83655fb8addd045fbe47fb70c8fdf76227e",
      "transactionHash": "0x55690232314ba9b9a4324784e0f80387073477d4b065bfcc5a550fdcd728fbcd",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 113956,
          "transactionHash": "0x55690232314ba9b9a4324784e0f80387073477d4b065bfcc5a550fdcd728fbcd",
          "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
          "topics": [
            "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
          ],
          "data": "0x000000000000000000000000ddc26d38504e5725fbf6b71cff0a5b1926c50289",
          "logIndex": 0,
          "blockHash": "0xc500d3646b06df6453d89dfbf6e4f83655fb8addd045fbe47fb70c8fdf76227e",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "MemberAdded",
          "signature": "MemberAdded(address)",
          "topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
          "values": {
            "0": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
            "candidate": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 113956,
          "transactionHash": "0x55690232314ba9b9a4324784e0f80387073477d4b065bfcc5a550fdcd728fbcd",
          "address": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x0000000000000000000000002f117c8675aceb8f2cd1b23fd1e9418440890c2f0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c000000000000000000000000000000000000000000000000000000000000000a",
          "logIndex": 1,
          "blockHash": "0xc500d3646b06df6453d89dfbf6e4f83655fb8addd045fbe47fb70c8fdf76227e",
          "transactionLogIndex": 1,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
            "1": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "2": 10,
            "principal": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
            "entity": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "aggregate": 10,
            "length": 3
          }
        }
      ],
      "blockNumber": 113956,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x2c173"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "grantManagerAccess",
      "methodArgs": [
        "0x070a0ca2d123397e322894436be20222bd94aa1f"
      ],
      "eventName": "ManagerAccessGranted",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0xe902"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000080000000000000000000000000000040800000000000000000000000080080000000000020000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000004000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000",
      "blockHash": "0x3499ab556f863e9c45252486f82066d05ce185a5b4b32d8791df111e41f5e2d9",
      "transactionHash": "0xb75092f4c4a9c8c7b0a4c020404d2e7630be49200394a58b5dcf771733132ab7",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 113958,
          "transactionHash": "0xb75092f4c4a9c8c7b0a4c020404d2e7630be49200394a58b5dcf771733132ab7",
          "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
          "topics": [
            "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
          ],
          "data": "0x000000000000000000000000070a0ca2d123397e322894436be20222bd94aa1f",
          "logIndex": 0,
          "blockHash": "0x3499ab556f863e9c45252486f82066d05ce185a5b4b32d8791df111e41f5e2d9",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "ManagerAccessGranted",
          "signature": "ManagerAccessGranted(address)",
          "topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
          "values": {
            "0": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
            "candidate": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 113958,
          "transactionHash": "0xb75092f4c4a9c8c7b0a4c020404d2e7630be49200394a58b5dcf771733132ab7",
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c00000000000000000000000000000000000000000000000000000000000000dc",
          "logIndex": 1,
          "blockHash": "0x3499ab556f863e9c45252486f82066d05ce185a5b4b32d8791df111e41f5e2d9",
          "transactionLogIndex": 1,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "2": 220,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "aggregate": 220,
            "length": 3
          }
        }
      ],
      "blockNumber": 113958,
      "confirmations": 2,
      "cumulativeGasUsed": {
        "_hex": "0xe902"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "grantManagerAccess",
      "methodArgs": [
        "0xddc26d38504e5725fbf6b71cff0a5b1926c50289"
      ],
      "eventName": "ManagerAccessGranted",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x163af"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000040800000000000000000000000000080000000000020000000000020000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000004004000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x6909f4035e3e745ff6a2d3602e561dda740394f274ad61131e24b713ebdacd48",
      "transactionHash": "0xb0555789a254cd813997afd12ea4003350dc5b2fca6fdd040133569a4435e5c8",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 113960,
          "transactionHash": "0xb0555789a254cd813997afd12ea4003350dc5b2fca6fdd040133569a4435e5c8",
          "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
          "topics": [
            "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
          ],
          "data": "0x000000000000000000000000ddc26d38504e5725fbf6b71cff0a5b1926c50289",
          "logIndex": 0,
          "blockHash": "0x6909f4035e3e745ff6a2d3602e561dda740394f274ad61131e24b713ebdacd48",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "ManagerAccessGranted",
          "signature": "ManagerAccessGranted(address)",
          "topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
          "values": {
            "0": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
            "candidate": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 113960,
          "transactionHash": "0xb0555789a254cd813997afd12ea4003350dc5b2fca6fdd040133569a4435e5c8",
          "address": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x0000000000000000000000002f117c8675aceb8f2cd1b23fd1e9418440890c2f0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c000000000000000000000000000000000000000000000000000000000000006e",
          "logIndex": 1,
          "blockHash": "0x6909f4035e3e745ff6a2d3602e561dda740394f274ad61131e24b713ebdacd48",
          "transactionLogIndex": 1,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
            "1": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "2": 110,
            "principal": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
            "entity": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "aggregate": 110,
            "length": 3
          }
        }
      ],
      "blockNumber": 113960,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x163af"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "revokeAccess",
      "methodArgs": [
        "0x070a0ca2d123397e322894436be20222bd94aa1f"
      ],
      "eventName": "MemberRevoked",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1154e"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080080000000000000000000000000040800000000000000000000000080080000000000020000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000010000000000000000000000000000000000000",
      "blockHash": "0xb24968e4a403170a718d32359f4be3962ddbc6355c407a5915dbb02e4bdcb45b",
      "transactionHash": "0xf8e5b7a83a9626af8fccee6224f17415b09412e8b5381dd0d6b2d1ab6610a676",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 113962,
          "transactionHash": "0xf8e5b7a83a9626af8fccee6224f17415b09412e8b5381dd0d6b2d1ab6610a676",
          "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
          "topics": [
            "0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c"
          ],
          "data": "0x000000000000000000000000070a0ca2d123397e322894436be20222bd94aa1f",
          "logIndex": 0,
          "blockHash": "0xb24968e4a403170a718d32359f4be3962ddbc6355c407a5915dbb02e4bdcb45b",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "MemberRevoked",
          "signature": "MemberRevoked(address)",
          "topic": "0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c",
          "values": {
            "0": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
            "candidate": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 113962,
          "transactionHash": "0xf8e5b7a83a9626af8fccee6224f17415b09412e8b5381dd0d6b2d1ab6610a676",
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c00000000000000000000000000000000000000000000000000000000000000c8",
          "logIndex": 1,
          "blockHash": "0xb24968e4a403170a718d32359f4be3962ddbc6355c407a5915dbb02e4bdcb45b",
          "transactionLogIndex": 1,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "aggregate": 200,
            "length": 3
          }
        }
      ],
      "blockNumber": 113962,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1154e"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "revokeManagerAccess",
      "methodArgs": [
        "0x070a0ca2d123397e322894436be20222bd94aa1f"
      ],
      "eventName": "ManagerAccessRevoked",
      "eventValue": "candidate"
    });
    
    
    {
      "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0xc215"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000040800000000000000000000000080080000000000020000000000000000000000000000000001000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000010000000000000000008000000000000000000",
      "blockHash": "0xcd4ea500ae30ebb0f7a12e03e95aaf912fac5abf86f41bc52f1fc4655a5aadbd",
      "transactionHash": "0x4df51e7019243139612f852ce4e1db06cea130ef7c019e49fcda4f211aba6d88",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 113964,
          "transactionHash": "0x4df51e7019243139612f852ce4e1db06cea130ef7c019e49fcda4f211aba6d88",
          "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
          "topics": [
            "0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95"
          ],
          "data": "0x000000000000000000000000070a0ca2d123397e322894436be20222bd94aa1f",
          "logIndex": 0,
          "blockHash": "0xcd4ea500ae30ebb0f7a12e03e95aaf912fac5abf86f41bc52f1fc4655a5aadbd",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "ManagerAccessRevoked",
          "signature": "ManagerAccessRevoked(address)",
          "topic": "0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95",
          "values": {
            "0": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
            "candidate": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 113964,
          "transactionHash": "0x4df51e7019243139612f852ce4e1db06cea130ef7c019e49fcda4f211aba6d88",
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0xcd4ea500ae30ebb0f7a12e03e95aaf912fac5abf86f41bc52f1fc4655a5aadbd",
          "transactionLogIndex": 1,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "2": 0,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "aggregate": 0,
            "length": 3
          }
        }
      ],
      "blockNumber": 113964,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0xc215"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xbf2c6b30aad4001433883f11d4c6e0ad7f02532d",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5d00"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xf2b585fcce36b0e1f88c634cd3826a87826e98a3a865ded124915c87c25c84fa",
      "transactionHash": "0x75bb4375b96b1f48bb7d05b699a8b29f0483610c9936a4ffe27f1257f09d1aa2",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 113967,
          "transactionHash": "0x75bb4375b96b1f48bb7d05b699a8b29f0483610c9936a4ffe27f1257f09d1aa2",
          "address": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xf2b585fcce36b0e1f88c634cd3826a87826e98a3a865ded124915c87c25c84fa",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 113967,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5d00"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5fc0"
      },
      "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000",
      "blockHash": "0xdf95e0a5ec751556b1ee2021744dabb53c3b51ad6e2856112241de8a7ee5d963",
      "transactionHash": "0xa2f533016ccf48d9b32e38a75e30aac1c77df1ae3007701045952627ff56aaf0",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 113979,
          "transactionHash": "0xa2f533016ccf48d9b32e38a75e30aac1c77df1ae3007701045952627ff56aaf0",
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xdf95e0a5ec751556b1ee2021744dabb53c3b51ad6e2856112241de8a7ee5d963",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 113979,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5fc0"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [],
      "value": 0
    });
    
    
    {
      "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5d79"
      },
      "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000002000000000000000000",
      "blockHash": "0xf14c8bbfd3966b04678d5926ec228e37da9952de6b9ad6457bb81f6cedd07473",
      "transactionHash": "0x6343cb3a57cb49d87f8ca7eb4e6ab08699a9603a37eb80ea0de87832b9e653bb",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 113986,
          "transactionHash": "0x6343cb3a57cb49d87f8ca7eb4e6ab08699a9603a37eb80ea0de87832b9e653bb",
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "data": "0x",
          "logIndex": 0,
          "blockHash": "0xf14c8bbfd3966b04678d5926ec228e37da9952de6b9ad6457bb81f6cedd07473",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      "blockNumber": 113986,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5d79"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "addContributorGroup",
      "methodArgs": [
        "0x0790e3a8c40797ed161076062caee73ce9dad89c"
      ]
    });
    
    
    {
      "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x31fd4"
      },
      "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000040800000000000000000000000000080000000000020000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000004000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000010000000000000000000000000000000002000000000000000000",
      "blockHash": "0x8edd84d35ba5b2c7b63a77913adccc3790b2224a9ca8b7dc8721d9d97c638387",
      "transactionHash": "0x4104afb4f19e41cd7977759eb70ccea227808cfcb9b5d8739bf5be06d827e40b",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 113998,
          "transactionHash": "0x4104afb4f19e41cd7977759eb70ccea227808cfcb9b5d8739bf5be06d827e40b",
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "topics": [
            "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61"
          ],
          "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c",
          "logIndex": 0,
          "blockHash": "0x8edd84d35ba5b2c7b63a77913adccc3790b2224a9ca8b7dc8721d9d97c638387",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "ContributorGroupAdded",
          "signature": "ContributorGroupAdded(address)",
          "topic": "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61",
          "values": {
            "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 113998,
          "transactionHash": "0x4104afb4f19e41cd7977759eb70ccea227808cfcb9b5d8739bf5be06d827e40b",
          "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000014",
          "logIndex": 1,
          "blockHash": "0x8edd84d35ba5b2c7b63a77913adccc3790b2224a9ca8b7dc8721d9d97c638387",
          "transactionLogIndex": 1
        }
      ],
      "blockNumber": 113998,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x31fd4"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "addReviewerGroup",
      "methodArgs": [
        "0x0790e3a8c40797ed161076062caee73ce9dad89c"
      ]
    });
    
    
    {
      "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1f64f"
      },
      "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000080000000000020000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000010000004000000000000000000000000008000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000",
      "blockHash": "0x8c2d1fa781322c70e62d8368c7538372209c6a57c30e9cbac87f11ca5abe1b9a",
      "transactionHash": "0x0d0b7e887a4848ba639a2866a60de482fa89bbbc8a4b8cf16570f5379c47435f",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114000,
          "transactionHash": "0x0d0b7e887a4848ba639a2866a60de482fa89bbbc8a4b8cf16570f5379c47435f",
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "topics": [
            "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb"
          ],
          "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c",
          "logIndex": 0,
          "blockHash": "0x8c2d1fa781322c70e62d8368c7538372209c6a57c30e9cbac87f11ca5abe1b9a",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "ReviewerGroupAdded",
          "signature": "ReviewerGroupAdded(address)",
          "topic": "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb",
          "values": {
            "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 114000,
          "transactionHash": "0x0d0b7e887a4848ba639a2866a60de482fa89bbbc8a4b8cf16570f5379c47435f",
          "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000016",
          "logIndex": 1,
          "blockHash": "0x8c2d1fa781322c70e62d8368c7538372209c6a57c30e9cbac87f11ca5abe1b9a",
          "transactionLogIndex": 1
        }
      ],
      "blockNumber": 114000,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1f64f"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "addAccessorGroup",
      "methodArgs": [
        "0x0790e3a8c40797ed161076062caee73ce9dad89c"
      ]
    });
    
    
    {
      "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1f29d"
      },
      "logsBloom": "0x00000000400000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000004080000000000020000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000004000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000",
      "blockHash": "0x08fe4f9ce697bff5294793df1a22bd10e64b07c5ebf42282e860609f4b6e5116",
      "transactionHash": "0xfeba0ffb70ddfd130f4df17fdf53271cdf66637d6a935fead398e6e25b7a1498",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114003,
          "transactionHash": "0xfeba0ffb70ddfd130f4df17fdf53271cdf66637d6a935fead398e6e25b7a1498",
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "topics": [
            "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411"
          ],
          "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c",
          "logIndex": 0,
          "blockHash": "0x08fe4f9ce697bff5294793df1a22bd10e64b07c5ebf42282e860609f4b6e5116",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "AccessorGroupAdded",
          "signature": "AccessorGroupAdded(address)",
          "topic": "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411",
          "values": {
            "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 114003,
          "transactionHash": "0xfeba0ffb70ddfd130f4df17fdf53271cdf66637d6a935fead398e6e25b7a1498",
          "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000016",
          "logIndex": 1,
          "blockHash": "0x08fe4f9ce697bff5294793df1a22bd10e64b07c5ebf42282e860609f4b6e5116",
          "transactionLogIndex": 1
        }
      ],
      "blockNumber": 114003,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1f29d"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "removeReviewerGroup",
      "methodArgs": [
        "0x0790e3a8c40797ed161076062caee73ce9dad89c"
      ]
    });
    
    
    {
      "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x46c2"
      },
      "logsBloom": "0x00000000400000000000000000000000000800000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000",
      "blockHash": "0x516ff48a437c1837b314b6de3e99dddb0ad17883408725b85e82fb3161b5fb3a",
      "transactionHash": "0x2b5209fb908303b70c69c89a5880072ca8f80fabf01aa0d15d24284f610a219a",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114005,
          "transactionHash": "0x2b5209fb908303b70c69c89a5880072ca8f80fabf01aa0d15d24284f610a219a",
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "topics": [
            "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb"
          ],
          "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c",
          "logIndex": 0,
          "blockHash": "0x516ff48a437c1837b314b6de3e99dddb0ad17883408725b85e82fb3161b5fb3a",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "ReviewerGroupRemoved",
          "signature": "ReviewerGroupRemoved(address)",
          "topic": "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb",
          "values": {
            "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "length": 1
          }
        }
      ],
      "blockNumber": 114005,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x46c2"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x2772154536f0db0cda6452aeab347d0b0f398dc2",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x31db7788a779252547a2ac083f928c86acf956415fc25a53f07a726a97dd83af",
      "transactionHash": "0x79b9b16e70c22b71119d42105c008d6d682b6ff5fc2c9a5cee46da3d6f58f905",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114015,
          "transactionHash": "0x79b9b16e70c22b71119d42105c008d6d682b6ff5fc2c9a5cee46da3d6f58f905",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x31db7788a779252547a2ac083f928c86acf956415fc25a53f07a726a97dd83af",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114015,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x2bb7a21a76cb9093e431c2faac3ddad743e55eac",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5fc0"
      },
      "logsBloom": "0x00000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000",
      "blockHash": "0x99a5a9cefc78916ab98d8b648754b94f7c4226bd41c455794a7827d06abd98b2",
      "transactionHash": "0xa3aba9e9fa7c2277f3e5002530c4d833aff40f9878f389f33c6e93cd0fbd23dc",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114021,
          "transactionHash": "0xa3aba9e9fa7c2277f3e5002530c4d833aff40f9878f389f33c6e93cd0fbd23dc",
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x99a5a9cefc78916ab98d8b648754b94f7c4226bd41c455794a7827d06abd98b2",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114021,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5fc0"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x81a6059b278dde5051393b0b8967e8704625f7a7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000004000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x8d7064f4bbd6a5f407040dfebeed5152fdaafb8fd1f8fc726e3254d5034cd76a",
      "transactionHash": "0x25e5d8331684fd653f7635a7a4ac1cdb830556f7385a6d7c4bfadd9a3585fe30",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114028,
          "transactionHash": "0x25e5d8331684fd653f7635a7a4ac1cdb830556f7385a6d7c4bfadd9a3585fe30",
          "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x8d7064f4bbd6a5f407040dfebeed5152fdaafb8fd1f8fc726e3254d5034cd76a",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114028,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x77211e30296da87a1565195934be1ab09dbdd3e2",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000040000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x263f635c8422eb4d3072863eb8361ef2922fc6cf32309dda130084cf2495b59a",
      "transactionHash": "0x13a7297223bcb6297bc0c42318db77fd386209e10b52709575c3e8effac7f525",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114029,
          "transactionHash": "0x13a7297223bcb6297bc0c42318db77fd386209e10b52709575c3e8effac7f525",
          "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x263f635c8422eb4d3072863eb8361ef2922fc6cf32309dda130084cf2495b59a",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114029,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xe3c62b470b16b8d235e1418e1c958ece5732efa4",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xc40115ed2c120bfcd1aaac2396fe1a7b8bd36478e6395542ee325d7176a1556b",
      "transactionHash": "0x792edf1aae3ec51c3d3b645d1a011b463601723ec3f2a7aa57b114e72518a08c",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114032,
          "transactionHash": "0x792edf1aae3ec51c3d3b645d1a011b463601723ec3f2a7aa57b114e72518a08c",
          "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xc40115ed2c120bfcd1aaac2396fe1a7b8bd36478e6395542ee325d7176a1556b",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114032,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x17ee368633a5f48b76c6631fa1800e838baf5e8f",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000001000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xfee69a009132e3d50767ee593705019d52cb00f03ed56b54b996bd4924e19aa7",
      "transactionHash": "0x79a0f912bc8ac9b4e54b269424b2382ae30803ae75c427fe71d1710e7f088091",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114035,
          "transactionHash": "0x79a0f912bc8ac9b4e54b269424b2382ae30803ae75c427fe71d1710e7f088091",
          "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xfee69a009132e3d50767ee593705019d52cb00f03ed56b54b996bd4924e19aa7",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114035,
      "confirmations": 2,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x38469794c9ae126d7ebc2ebedf90bbc34ffafa43",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000080000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x159b05fb710224029c37f2c26b553ce4e3eefc3dfb6c80e3693c34818e6ba8a4",
      "transactionHash": "0xdf0d8782a2ee6594d89a90942cbff3d51c38e34632ea7fdd985c0570d7a6e1dc",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114038,
          "transactionHash": "0xdf0d8782a2ee6594d89a90942cbff3d51c38e34632ea7fdd985c0570d7a6e1dc",
          "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x159b05fb710224029c37f2c26b553ce4e3eefc3dfb6c80e3693c34818e6ba8a4",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114038,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x21266d198131102b08ea6515218dc56895198d6a",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x21266D198131102B08Ea6515218Dc56895198d6a",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xd48f4d875f59e51c207e6712c0caa31ca4915252c7c6f258140653c20d22c156",
      "transactionHash": "0xbfee27518df0ae8c2c323f2d1c2f4be82dc84375a6c1dcc581c5cb4b8ecccdde",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114039,
          "transactionHash": "0xbfee27518df0ae8c2c323f2d1c2f4be82dc84375a6c1dcc581c5cb4b8ecccdde",
          "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xd48f4d875f59e51c207e6712c0caa31ca4915252c7c6f258140653c20d22c156",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114039,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xa12af0296c8bdf55e141c6f6b79564b5034d0b28",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000080000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x98a2c8609fb55e1f7f58d710a70aaf59b3a2de7bc1051fbcae4b24d5f9b900f0",
      "transactionHash": "0x7d445524ef3fd7cd8026508d14ad44cc6dfabe2c952fce26649f7d2793a565d2",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114043,
          "transactionHash": "0x7d445524ef3fd7cd8026508d14ad44cc6dfabe2c952fce26649f7d2793a565d2",
          "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x98a2c8609fb55e1f7f58d710a70aaf59b3a2de7bc1051fbcae4b24d5f9b900f0",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114043,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x05f1f9e508f567bb939ad93a4184b3d4c5adf595",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000",
      "blockHash": "0xba013d52c1804fb8a37017d6f87efaaec1b683c6d17e0affcc858a78a672c583",
      "transactionHash": "0xe92450a68b860eb11e6191c9a278d36e83c627c4d8fb13f666a2ba39ff76b283",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114048,
          "transactionHash": "0xe92450a68b860eb11e6191c9a278d36e83c627c4d8fb13f666a2ba39ff76b283",
          "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xba013d52c1804fb8a37017d6f87efaaec1b683c6d17e0affcc858a78a672c583",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114048,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xf4a26fd3ebe36162edf9081c371c5639f1a4cb3a",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000400000000000000000000010000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xa65b001815780b8ae24ba42b88665feeca7bed7dc0f0e4da4dd3971c5c20cacf",
      "transactionHash": "0x63942c643220f88a508b8f5b11741445c1b5f5b4a43f8d1344c454a558352b60",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114051,
          "transactionHash": "0x63942c643220f88a508b8f5b11741445c1b5f5b4a43f8d1344c454a558352b60",
          "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xa65b001815780b8ae24ba42b88665feeca7bed7dc0f0e4da4dd3971c5c20cacf",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114051,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x71416adc379e3950dc78302596bf3fc59af92a60",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x71416adC379E3950dC78302596bF3FC59af92A60",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000200000000000000000000000000000020000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x0891b5586dc7223274e9af116ede1e8c81057384cfba3b87fb1efa83acef7864",
      "transactionHash": "0xc56cdcfacb518df10a05ad0029e730394164ce6074a3b1e184657083b0e4cbb3",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114053,
          "transactionHash": "0xc56cdcfacb518df10a05ad0029e730394164ce6074a3b1e184657083b0e4cbb3",
          "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x0891b5586dc7223274e9af116ede1e8c81057384cfba3b87fb1efa83acef7864",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114053,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x2bb7a21a76cb9093e431c2faac3ddad743e55eac",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [],
      "value": 0
    });
    
    
    {
      "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5d79"
      },
      "logsBloom": "0x00000000000000000004000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000080000000000000000000",
      "blockHash": "0x30f080e49f092ddfefeeec22c0dae201205eeb6e929e3b43704cf6fa70cb3bbc",
      "transactionHash": "0x4de502167bf7fb1a24fe11d537effdfe6549d94d01a32a65a59826795e031f40",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114064,
          "transactionHash": "0x4de502167bf7fb1a24fe11d537effdfe6549d94d01a32a65a59826795e031f40",
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "data": "0x",
          "logIndex": 0,
          "blockHash": "0x30f080e49f092ddfefeeec22c0dae201205eeb6e929e3b43704cf6fa70cb3bbc",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      "blockNumber": 114064,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5d79"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x2772154536f0db0cda6452aeab347d0b0f398dc2",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
        "",
        [],
        []
      ],
      "value": 0
    });
    
    
    {
      "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x18bd5"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
      "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114065,
          "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 114065,
          "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
          "transactionLogIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 114065,
          "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f36624d33595277387869664d596e46574766713977416f564c7669786a5a68765a357934397361627142786167386f336f357068507954363446434861647235667252427567437266540000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
          "transactionLogIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "pkeAFGH": "",
            "length": 5
          }
        }
      ],
      "blockNumber": 114065,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x18bd5"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x2772154536f0db0cda6452aeab347d0b0f398dc2",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x04aaa7a5f659b45ba596a10f098c9e58fa9d9228274864448c8d5bfac96f5e6f0d3fbb68cafad9f36c963476bbdb4d3bdc0d0dda3ad7e913e5fbfc7563acc24bf9",
        "ktpkANjr9AQNycsNoTByqcZzjiCXDERoG4aJiWBYxUv83bqn6FfvLeUeBrUq6eAjVsLgV5wiGj4rsnECSzfwp81sWaaRxbzUBKQ3ZtXD8VtRrNxgNmAoi72MhNWRwUeamRpv36RZqWNZbVuGT5pp9k9uLtLi8gggePKQe8Mu1HU9fXwsVZjgZxwKNCL39rNcn8MYJhirZxvpP4MW4j9hTXKb275p8vrfDX1E94gBpQvSvJBD7A9GxcrBGJPup942XEthMoLB67z",
        [],
        []
      ],
      "value": "0"
    });
    
    
    {
      "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "from": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1a602"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
      "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114074,
          "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 114074,
          "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
          "transactionLogIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 114074,
          "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f374779364e53793466666a534562576a7376676f64627744583532624d33746f47414264445a48796e4a61364361454d6a713856336a747365315a5351356d706173686e5045774c4e4d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034616161376135663635396234356261353936613130663039386339653538666139643932323832373438363434343863386435626661633936663565366630643366626236386361666164396633366339363334373662626462346433626463306430646461336164376539313365356662666337353633616363323462663900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e6a723941514e7963734e6f54427971635a7a6a6943584445526f4734614a69574259785576383362716e364666764c655565427255713665416a56734c6756357769476a3472736e4543537a6677703831735761615278627a55424b51335a74584438567452724e78674e6d416f6937324d684e5752775565616d5270763336525a71574e5a6256754754357070396b39754c744c693867676765504b5165384d753148553966587773565a6a675a78774b4e434c3339724e636e384d594a6869725a78767050344d57346a396854584b623237357038767266445831453934674270517653764a42443741394778637242474a507570393432584574684d6f4c4236377a000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
          "transactionLogIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x02"
            },
            "1": 0,
            "2": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
            "3": "0x04aaa7a5f659b45ba596a10f098c9e58fa9d9228274864448c8d5bfac96f5e6f0d3fbb68cafad9f36c963476bbdb4d3bdc0d0dda3ad7e913e5fbfc7563acc24bf9",
            "4": "ktpkANjr9AQNycsNoTByqcZzjiCXDERoG4aJiWBYxUv83bqn6FfvLeUeBrUq6eAjVsLgV5wiGj4rsnECSzfwp81sWaaRxbzUBKQ3ZtXD8VtRrNxgNmAoi72MhNWRwUeamRpv36RZqWNZbVuGT5pp9k9uLtLi8gggePKQe8Mu1HU9fXwsVZjgZxwKNCL39rNcn8MYJhirZxvpP4MW4j9hTXKb275p8vrfDX1E94gBpQvSvJBD7A9GxcrBGJPup942XEthMoLB67z",
            "requestID": {
              "_hex": "0x02"
            },
            "level": 0,
            "contentHash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
            "pkeRequestor": "0x04aaa7a5f659b45ba596a10f098c9e58fa9d9228274864448c8d5bfac96f5e6f0d3fbb68cafad9f36c963476bbdb4d3bdc0d0dda3ad7e913e5fbfc7563acc24bf9",
            "pkeAFGH": "ktpkANjr9AQNycsNoTByqcZzjiCXDERoG4aJiWBYxUv83bqn6FfvLeUeBrUq6eAjVsLgV5wiGj4rsnECSzfwp81sWaaRxbzUBKQ3ZtXD8VtRrNxgNmAoi72MhNWRwUeamRpv36RZqWNZbVuGT5pp9k9uLtLi8gggePKQe8Mu1HU9fXwsVZjgZxwKNCL39rNcn8MYJhirZxvpP4MW4j9hTXKb275p8vrfDX1E94gBpQvSvJBD7A9GxcrBGJPup942XEthMoLB67z",
            "length": 5
          }
        }
      ],
      "blockNumber": 114074,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1a602"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x0f95a62ef9afac339162ce5d4587917f684025d7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5fc0"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000840000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x2931633d6dc37712417a4ae2bf00b1a08baf2c7ebc9a8e90bb342d736577f788",
      "transactionHash": "0xe27df6b736130bce3ee63b5d780c4bccbb7b874dd6ae950c567c03097ea7bcc4",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114086,
          "transactionHash": "0xe27df6b736130bce3ee63b5d780c4bccbb7b874dd6ae950c567c03097ea7bcc4",
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x2931633d6dc37712417a4ae2bf00b1a08baf2c7ebc9a8e90bb342d736577f788",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114086,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5fc0"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xcd826ad0e3ff4438737e4c4ae9cfea217fee2070",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000",
      "blockHash": "0xe1fd13275e7fe18b4c5c903397ed9ad822313b17a4b16513adeb5634b12661f5",
      "transactionHash": "0xce86161e8358257ebe0c5b17c2e032957a2c148568b198f8c9e783bf68ebe96f",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114090,
          "transactionHash": "0xce86161e8358257ebe0c5b17c2e032957a2c148568b198f8c9e783bf68ebe96f",
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xe1fd13275e7fe18b4c5c903397ed9ad822313b17a4b16513adeb5634b12661f5",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114090,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xab5653968303764a75969fd7942ce0ac6fc229ac",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5f3c"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000200000000000000000000000000000000000000000010000000002010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xcf0199969cea2c43d88d4203fc8b83a8353a73eecea28b8db024ab62c40cb724",
      "transactionHash": "0x748cdd6acaeeb2c0a9bffaad7043b93324a16e33ff2270232e0db4c8ec4fdbdb",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114094,
          "transactionHash": "0x748cdd6acaeeb2c0a9bffaad7043b93324a16e33ff2270232e0db4c8ec4fdbdb",
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xcf0199969cea2c43d88d4203fc8b83a8353a73eecea28b8db024ab62c40cb724",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      "blockNumber": 114094,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5f3c"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x0f95a62ef9afac339162ce5d4587917f684025d7",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [],
      "value": 0
    });
    
    
    {
      "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5d79"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000848000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x085663a4dd26f927410805d3d87b9b0d6cddbf395300a9e87da5c5b69cadf8f6",
      "transactionHash": "0x7932207c9c1bca496a72213fd35ca4d5276db23cefe3cf88815f1b2b7e3143f5",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114095,
          "transactionHash": "0x7932207c9c1bca496a72213fd35ca4d5276db23cefe3cf88815f1b2b7e3143f5",
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "data": "0x",
          "logIndex": 0,
          "blockHash": "0x085663a4dd26f927410805d3d87b9b0d6cddbf395300a9e87da5c5b69cadf8f6",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      "blockNumber": 114095,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5d79"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xcd826ad0e3ff4438737e4c4ae9cfea217fee2070",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
        "",
        [],
        []
      ],
      "value": 0
    });
    
    
    {
      "to": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x18bd5"
      },
      "logsBloom": "0x00000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000002000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000004000000000000000000000000000000000000000",
      "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
      "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114096,
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 114096,
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionLogIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 114096,
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d4432660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionLogIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "pkeAFGH": "",
            "length": 5
          }
        }
      ],
      "blockNumber": 114096,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x18bd5"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x2772154536f0db0cda6452aeab347d0b0f398dc2",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
        "",
        [],
        []
      ],
      "value": 0
    });
    
    
    {
      "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1513d"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
      "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114103,
          "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 114103,
          "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
          "transactionLogIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 114103,
          "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
          "transactionLogIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": 0,
            "2": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "4": "",
            "requestID": {
              "_hex": "0x03"
            },
            "level": 0,
            "contentHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "pkeAFGH": "",
            "length": 5
          }
        }
      ],
      "blockNumber": 114103,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1513d"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x2772154536f0db0cda6452aeab347d0b0f398dc2",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessComplete",
      "methodArgs": [
        {
          "_hex": "0x03"
        },
        90,
        ""
      ]
    });
    
    
    {
      "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x8fd9"
      },
      "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
      "blockHash": "0x2a84737bc524fa540e7ef13c6bce6e2788800f67960f4e65a92e3395f7ee92ba",
      "transactionHash": "0x05f9df3eb21bbf424b9c6fd52abae5d4693771ea12bdfe99923375c056d7130a",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114104,
          "transactionHash": "0x05f9df3eb21bbf424b9c6fd52abae5d4693771ea12bdfe99923375c056d7130a",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
          "logIndex": 0,
          "blockHash": "0x2a84737bc524fa540e7ef13c6bce6e2788800f67960f4e65a92e3395f7ee92ba",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          }
        }
      ],
      "blockNumber": 114104,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x8fd9"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x2772154536f0db0cda6452aeab347d0b0f398dc2",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "updateRequest",
      "methodArgs": []
    });
    
    
    {
      "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x65a1"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x59bb26b47447cd4d7851d02af036d8d55066ad2232b954505201c0d63f521595",
      "transactionHash": "0x3d0743952bc6b81491d445ea7a33a1b49e9ae80b04a61681925dff52609d1394",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114107,
          "transactionHash": "0x3d0743952bc6b81491d445ea7a33a1b49e9ae80b04a61681925dff52609d1394",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x59bb26b47447cd4d7851d02af036d8d55066ad2232b954505201c0d63f521595",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "objectHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "length": 1
          }
        }
      ],
      "blockNumber": 114107,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x65a1"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [],
      "value": 0
    });
    
    
    {
      "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0xa673"
      },
      "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000002000000000000000000",
      "blockHash": "0xf1519905d5ef4c3f26eb6ca6dd5e19d2733ce1701f6db83b2f266eca2964e791",
      "transactionHash": "0x36652fe823f75ef7b7af094f544565d57b42a11b19e8e989d11bdf098257e959",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114111,
          "transactionHash": "0x36652fe823f75ef7b7af094f544565d57b42a11b19e8e989d11bdf098257e959",
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "data": "0x",
          "logIndex": 0,
          "blockHash": "0xf1519905d5ef4c3f26eb6ca6dd5e19d2733ce1701f6db83b2f266eca2964e791",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      "blockNumber": 114111,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0xa673"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x2772154536f0db0cda6452aeab347d0b0f398dc2",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "methodArgs": [
        0,
        "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
        "",
        [],
        []
      ],
      "value": 0
    });
    
    
    {
      "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x15df0"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x39ff8148811983a1b57661e64a7f738e5e9bfaeab0d3fb0ad001c19b49cdaf63",
      "transactionHash": "0x8f5d0c9d6ca9f256ee344bebdbf9ecc297fae8263dffc6559e417ebaac0459a5",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114112,
          "transactionHash": "0x8f5d0c9d6ca9f256ee344bebdbf9ecc297fae8263dffc6559e417ebaac0459a5",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x39ff8148811983a1b57661e64a7f738e5e9bfaeab0d3fb0ad001c19b49cdaf63",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 114112,
          "transactionHash": "0x8f5d0c9d6ca9f256ee344bebdbf9ecc297fae8263dffc6559e417ebaac0459a5",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 1,
          "blockHash": "0x39ff8148811983a1b57661e64a7f738e5e9bfaeab0d3fb0ad001c19b49cdaf63",
          "transactionLogIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          }
        },
        {
          "transactionIndex": 0,
          "blockNumber": 114112,
          "transactionHash": "0x8f5d0c9d6ca9f256ee344bebdbf9ecc297fae8263dffc6559e417ebaac0459a5",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4550513977796a506f39797169467a506a574450646e6266376a4d574458425851724a756d4c55526666756f4c6e4767466247764b57735277627748714d6b324a72585364484d5554730000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logIndex": 2,
          "blockHash": "0x39ff8148811983a1b57661e64a7f738e5e9bfaeab0d3fb0ad001c19b49cdaf63",
          "transactionLogIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x04"
            },
            "1": 0,
            "2": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "4": "",
            "requestID": {
              "_hex": "0x04"
            },
            "level": 0,
            "contentHash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "pkeAFGH": "",
            "length": 5
          }
        }
      ],
      "blockNumber": 114112,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x15df0"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x2772154536f0db0cda6452aeab347d0b0f398dc2",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "methodName": "deleteVersion",
      "methodArgs": [
        "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT"
      ]
    });
    
    
    {
      "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1ab83"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000080000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002",
      "blockHash": "0x2e121e8591d1290c094fd4f11a43bc0c6bb48cc1126a8692e51867cdfe030b62",
      "transactionHash": "0x799c2c997ccb6ab69fd85f4b2711b65ff36198c33068df09e183e640c47da44b",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114115,
          "transactionHash": "0x799c2c997ccb6ab69fd85f4b2711b65ff36198c33068df09e183e640c47da44b",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51"
          ],
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d6549800000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000004e68715f5f36624d33595277387869664d596e46574766713977416f564c7669786a5a68765a357934397361627142786167386f336f35706850795436344643486164723566725242756743726654000000000000000000000000000000000000",
          "logIndex": 0,
          "blockHash": "0x2e121e8591d1290c094fd4f11a43bc0c6bb48cc1126a8692e51867cdfe030b62",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "VersionDelete",
          "signature": "VersionDelete(address,string,int256)",
          "topic": "0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "2": {
              "_hex": "0x01"
            },
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "versionHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "index": {
              "_hex": "0x01"
            },
            "length": 3
          }
        }
      ],
      "blockNumber": 114115,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1ab83"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "deleteContent",
      "methodArgs": [
        "0x2772154536f0db0cda6452aeab347d0b0f398dc2"
      ]
    });
    
    
    {
      "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x7dc0"
      },
      "logsBloom": "0x00000000400800000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000002000000000000000000",
      "blockHash": "0x3949c9f8d8ac889bef3a4b0a6829e8a0b3e2a837966bfbd15eba483ce1302c2c",
      "transactionHash": "0x827f226b67471a888b57bf45c4f40dd368c2a759bf64a13cfcac12f308b72603",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114116,
          "transactionHash": "0x827f226b67471a888b57bf45c4f40dd368c2a759bf64a13cfcac12f308b72603",
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "topics": [
            "0x36500cee87b0da1746889a3483dccb525acfc40b8c0f2218e164c6cdf1482a3e"
          ],
          "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc20000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "logIndex": 0,
          "blockHash": "0x3949c9f8d8ac889bef3a4b0a6829e8a0b3e2a837966bfbd15eba483ce1302c2c",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "ContentObjectDeleted",
          "signature": "ContentObjectDeleted(address,address)",
          "topic": "0x36500cee87b0da1746889a3483dccb525acfc40b8c0f2218e164c6cdf1482a3e",
          "values": {
            "0": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 2
          }
        }
      ],
      "blockNumber": 114116,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x7dc0"
      },
      "status": 1,
      "byzantium": true
    }
    async CallContractMethodAndWait({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "methodName": "kill",
      "methodArgs": []
    });
    
    
    {
      "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x35c9"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xe9b6c1fb5c621801f142930b7bf9aab11e342617fed11ca4255e2451616f02f2",
      "transactionHash": "0xcbb77b626d9b30db960e7365bad12886e6728007754f9944cd818ebaa890f7fa",
      "logs": [],
      "blockNumber": 114117,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x35c9"
      },
      "status": 1,
      "byzantium": true
    }
    Source:

    ClearCache()

    Clear saved access and state channel tokens

    Example
     ClearCache();
    
    
    <No Return Value>
    Source:

    ClearSigner()

    Remove the signer from this client

    Source:

    async Collection({collectionType}) → Promise.<Array.<string>>

    Get a list of unique addresses of all of the specified type the current user has access to through both their user wallet and through access groups

    Returns: List of addresses of available items
    Parameters:
    Name Type Description
    collectionType string

    Type of collection to retrieve

    • accessGroups
    • contentObjects
    • contentTypes
    • contracts
    • libraries
    Examples
    async Collection({
      "collectionType": "contentTypes"
    });
    
    
    []
    async Collection({
      "collectionType": "contentTypes"
    });
    
    
    [
      "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D"
    ]
    async Collection({
      "collectionType": "libraries"
    });
    
    
    [
      "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867"
    ]
    Source:

    async ContentLibraries() → Promise.<Array.<string>>

    List content libraries - returns a list of content library IDs available to the current user

    Example
    async ContentLibraries();
    
    
    [
      "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U"
    ]
    Source:

    async ContentLibrary({libraryId}) → Promise.<Object>

    Returns information about the content library

    See:
    • GET /qlibs/:qlibid
    Parameters:
    Name Type Description
    libraryId string
    Example
    async ContentLibrary({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U"
    });
    
    
    {
      "id": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "qid": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "meta": {}
    }
    Source:

    async ContentLibraryGroupPermissions({
    libraryId,
    permissionsoptional
    })
    → Promise.<Object>

    List all of the groups with permissions on the specified library.

    Returns: Object mapping group addresses to permissions, as an array
  • Example: { "0x0": ["accessor", "contributor"], ...}
  • Parameters:
    Name Type Attributes Description
    libraryId string

    The ID of the library* @param {string} libraryId - The ID of the library

    permissions Array.<string> <optional>

    Limit permission types. If not specified, all permissions will be included

    Examples
    async ContentLibraryGroupPermissions({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "permissions": [
        "contributor"
      ]
    });
    
    
    {}
    async ContentLibraryGroupPermissions({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "permissions": [
        "reviewer"
      ]
    });
    
    
    {}
    async ContentLibraryGroupPermissions({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U"
    });
    
    
    {
      "0x0790e3a8c40797ed161076062caee73ce9dad89c": [
        "contributor",
        "reviewer"
      ]
    }
    async ContentLibraryGroupPermissions({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "permissions": [
        "accessor"
      ]
    });
    
    
    {}
    async ContentLibraryGroupPermissions({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "permissions": [
        "reviewer"
      ]
    });
    
    
    {
      "0x0790e3a8c40797ed161076062caee73ce9dad89c": [
        "reviewer"
      ]
    }
    async ContentLibraryGroupPermissions({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U"
    });
    
    
    {
      "0x0790e3a8c40797ed161076062caee73ce9dad89c": [
        "accessor",
        "contributor"
      ]
    }
    Source:

    async ContentLibraryOwner({libraryId}) → Promise.<string>

    Returns the address of the owner of the specified content library

    Returns: The account address of the owner
    Parameters:
    Name Type Description
    libraryId string
    Example
    async ContentLibraryOwner({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U"
    });
    
    
    "0x070a0ca2d123397e322894436be20222bd94aa1f"
    Source:

    async ContentObject({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional
    })
    → Promise.<Object>

    Get a specific content object in the library

    Returns: Description of created object
    See:
    • /qlibs/:qlibid/q/:qhit
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object -- if not specified, latest version is returned

    Examples
    async ContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "hash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async ContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
    });
    
    
    {
      "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
      "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
      "type": ""
    }
    async ContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq"
    });
    
    
    {
      "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
      "type": ""
    }
    async ContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi"
    });
    
    
    {
      "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
      "type": ""
    }
    async ContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "hash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    Source:

    async ContentObjectAccessComplete({
    objectId,
    score
    })
    → Promise.<Object>

    Call accessComplete on the specified content object contract using a previously cached requestID. Caching must be enabled and an access request must have been previously made on the specified object by this client instance.

    Returns: Transaction log of the AccessComplete event
    Parameters:
    Name Type Description
    objectId string

    ID of the object

    score number

    Percentage score (0-100)

    Example
    async ContentObjectAccessComplete({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "score": 90
    });
    
    
    {
      "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x8fd9"
      },
      "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
      "blockHash": "0x2a84737bc524fa540e7ef13c6bce6e2788800f67960f4e65a92e3395f7ee92ba",
      "transactionHash": "0x05f9df3eb21bbf424b9c6fd52abae5d4693771ea12bdfe99923375c056d7130a",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114104,
          "transactionHash": "0x05f9df3eb21bbf424b9c6fd52abae5d4693771ea12bdfe99923375c056d7130a",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
          "logIndex": 0,
          "blockHash": "0x2a84737bc524fa540e7ef13c6bce6e2788800f67960f4e65a92e3395f7ee92ba",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          }
        }
      ],
      "blockNumber": 114104,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x8fd9"
      },
      "status": 1,
      "byzantium": true
    }
    Source:

    async ContentObjectLibraryId({
    objectIdoptional,
    versionHashoptional
    })
    → Promise.<string>

    Retrieve the library ID for the specified content object

    Returns: Library ID of the object
    Parameters:
    Name Type Attributes Description
    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object

    Example
    async ContentObjectLibraryId({
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw"
    });
    
    
    "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C"
    Source:

    async ContentObjectMetadata({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    writeTokenoptional,
    metadataSubtreeoptional,
    noAuthoptional
    })
    → Promise.<(Object|string)>

    Get the metadata of a content object

    Returns: Metadata of the content object
    See:
    • /qlibs/:qlibid/q/:qhit/meta
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version of the object -- if not specified, latest version is used

    writeToken string <optional>

    Write token of an object draft - if specified, will read metadata from the draft

    metadataSubtree string <optional>

    Subtree of the object metadata to retrieve

    noAuth boolean <optional>
    false

    If specified, authorization will not be performed for this call

    Examples
    async ContentObjectMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "metadataSubtree": "eluv.caps.ikms2s41ivY1BDJ8K5PJyAtTtJZQcHZ"
    });
    
    
    "BFxoGYUHyPTLAvOlq50+OjBllvgri9xaxi7Zlg/bX2e0EFAe8x+QSNNWPbqSWmTRD5mg7twVuIBn8K3aAW8ajy8seuPqDtlD9lacyCAryq6Vp55rZ0xOGizqjrjIsZMM2nlLRpXql19YMT4IWy7AV3uh5P911li9DmjIVWXyebxAq5G044wmKD2sa0uylerbVhxh+BmaIQHbvVJathVIu4mNZZeQsFvIWL/TFGH1665YRy6vdpd0O6YyxFJgDmnEKPntTKDnIrp24JPS3UtRKxU9IBvtTsGELAq/AawK3yRHITfipg7Bj/3hQ5DNIkcuxEnMEiA5azBkeMy05UpTuqywISjJpjmVgGOZqJXN3DeUmSToyLua+nMki9e+5Rmi5pnqJeZ5tDn/Ur/aJWZXMYBMfHkMDG50RPPwedcZElhZ/qeZ6Emp8UOC3tx3E3xV9C27g9aXgzWWsHK2qgrrsp4A80Jytntlc9f0VZYIb6pv"
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__f2us6F8drZu6WaXwdGtJ4rBRccN"
    });
    
    
    {
      "bitcode_flags": "abrmaster",
      "bitcode_format": "builtin"
    }
    async ContentObjectMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
      "metadataSubtree": "video_tags"
    });
    
    
    <No Return Value>
    async ContentObjectMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "metadataSubtree": "myLink"
    });
    
    
    {
      "/": "./files/testDirectory/File 1"
    }
    async ContentObjectMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "metadataSubtree": "links/myLink2"
    });
    
    
    {
      "/": "./files/testDirectory/File 2"
    }
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "metadataSubtree": "contentTypes/library"
    });
    
    
    "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
    });
    
    
    {
      "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
      "eluv.description": "",
      "name": "Library"
    }
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "metadataSubtree": "contentTypes/Production Master"
    });
    
    
    <No Return Value>
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "metadataSubtree": "contentTypes"
    });
    
    
    {
      "abrmaster": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "advertisement": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
      "avmaster_imf": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
      "campaign": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
      "campaign_manager": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
      "channel": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
      "commercial_offering": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
      "library": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
      "linear_channel": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
      "production_master": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "sponsored_content": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
      "sponsored_content_abrmaster": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
      "submission": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
      "video": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E"
    }
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq"
    });
    
    
    {
      "bitcode_flags": "abrmaster",
      "bitcode_format": "builtin",
      "name": "Production Master"
    }
    async ContentObjectMetadata({
      "versionHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f"
    });
    
    
    {
      "description": "Production Master Test Description",
      "elv_created_at": 1573253324422,
      "files": {
        ".": {
          "type": "directory"
        },
        "Video.mp4": {
          ".": {
            "parts": [
              0
            ],
            "size": 3738907
          }
        }
      },
      "mime-types": {
        "mp4": "video/mp4"
      },
      "name": "Production Master Test",
      "production_master": {
        "log": {
          "Level": 3,
          "entries": []
        },
        "sources": {
          "Video.mp4": {
            "container_format": {
              "duration": 30.000181198120117,
              "filename": "Video.mp4",
              "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
              "start_time": 0
            },
            "streams": [
              {
                "bit_rate": 867270,
                "codec_name": "h264",
                "display_aspect_ratio": "16/9",
                "duration": 30,
                "duration_ts": 2700000,
                "field_order": "",
                "frame_count": 750,
                "frame_rate": "25",
                "height": 720,
                "language": "",
                "max_bit_rate": 0,
                "sample_aspect_ratio": "1",
                "start_pts": 0,
                "start_time": 0,
                "time_base": "1/90000",
                "type": "StreamVideo",
                "width": 1280
              },
              {
                "bit_rate": 125750,
                "channel_layout": "stereo",
                "channels": 2,
                "codec_name": "aac",
                "duration": 30.00018140589569,
                "duration_ts": 1323008,
                "frame_count": 1292,
                "language": "",
                "max_bit_rate": 0,
                "sample_rate": 44100,
                "start_pts": 0,
                "start_time": 0,
                "time_base": "1/44100",
                "type": "StreamAudio"
              }
            ]
          }
        },
        "variants": {
          "default": {
            "log": {
              "Level": 3,
              "entries": [
                {
                  "l": 4,
                  "m": "avtest.initProdMaster()",
                  "t": 1573253324372557000
                },
                {
                  "l": 3,
                  "m": "Get list of files from object",
                  "t": 1573253324372557600
                },
                {
                  "l": 3,
                  "m": "2 item(s) found in file list.",
                  "t": 1573253324373006000
                },
                {
                  "l": 3,
                  "m": "Skipping '.'",
                  "t": 1573253324373006800
                },
                {
                  "l": 3,
                  "m": "Analyzing Video.mp4",
                  "t": 1573253324373007400
                },
                {
                  "l": 4,
                  "m": "getAvpReqCtx filePath=Video.mp4 qhot=tqw_CEV9rJyqY3Q5GAy2JqwxEJMQ1KfRWgRfp key=tqw_CEV9rJyqY3Q5GAy2JqwxEJMQ1KfRWgRfp.txAll.Video.mp4",
                  "t": 1573253324373089500
                }
              ]
            },
            "streams": {
              "audio": {
                "mapping_info": "",
                "sources": [
                  {
                    "files_api_path": "Video.mp4",
                    "stream_index": 1
                  }
                ]
              },
              "video": {
                "mapping_info": "",
                "sources": [
                  {
                    "files_api_path": "Video.mp4",
                    "stream_index": 0
                  }
                ]
              }
            }
          }
        }
      },
      "public": {
        "description": "Production Master Test Description",
        "name": "Production Master Test"
      },
      "test": "master"
    }
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "metadataSubtree": "contentTypes/ABR Master"
    });
    
    
    <No Return Value>
    async ContentObjectMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi"
    });
    
    
    {
      "bitcode_flags": "abrmaster",
      "bitcode_format": "builtin",
      "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
      "eluv.displayApp": "displayApp/index.html",
      "eluv.manageApp": "manageApp.html",
      "files": {
        ".": {
          "type": "directory"
        },
        "displayApp": {
          ".": {
            "type": "directory"
          },
          "index.html": {
            ".": {
              "parts": [
                73
              ],
              "size": 1219848
            }
          }
        },
        "displayApp.html": {
          ".": {
            "parts": [
              60
            ],
            "size": 1219577
          }
        },
        "manageApp.html": {
          ".": {
            "parts": [
              0
            ],
            "size": 1082307
          }
        }
      },
      "mime-types": {
        "html": "text/html"
      },
      "name": "ABR Master"
    }
    async ContentObjectMetadata({
      "versionHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
      "metadataSubtree": "public/name"
    });
    
    
    "Production Master Test"
    async ContentObjectMetadata({
      "versionHash": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq"
    });
    
    
    {
      "abr_mezzanine": {
        "log": {
          "Level": 3,
          "entries": []
        },
        "offerings": {
          "default": {
            "log": {
              "Level": 3,
              "entries": [
                {
                  "l": 4,
                  "m": "apiAbrMezzanineInit()",
                  "t": 1573253332607340000
                },
                {
                  "l": 3,
                  "m": "Get abr.Profile from lib",
                  "t": 1573253332607376600
                },
                {
                  "l": 3,
                  "m": "Get production.Master",
                  "t": 1573253332612648700
                },
                {
                  "l": 4,
                  "m": "getProductionVariantCtx(hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f,default)",
                  "t": 1573253332612691000
                },
                {
                  "l": 4,
                  "m": "getting production.Master: hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
                  "t": 1573253332612691500
                },
                {
                  "l": 4,
                  "m": "Get production.Variant 'default' from production.Master",
                  "t": 1573253332614286800
                },
                {
                  "l": 3,
                  "m": "Generate abr.Offering",
                  "t": 1573253332614328800
                }
              ]
            },
            "media_struct": {
              "duration_rat": "0",
              "label": "",
              "start_time_rat": "0",
              "streams": {}
            },
            "mez_prep_specs": {
              "audio": {
                "bit_rate": 128000,
                "channel_layout": "stereo",
                "mapping_info": "",
                "media_type": "audio",
                "mez_count": 1,
                "name": "audio",
                "part_hashes": [],
                "ready": false,
                "seg_dur": {
                  "float": 2.020136054421769,
                  "float_exact": false,
                  "rat": "7424/3675",
                  "time_base": "1/44100",
                  "ts": 89088
                },
                "segs_per_mez": 15,
                "source_streams": [
                  {
                    "files_api_path": "Video.mp4",
                    "source_hash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
                    "stream_index": 1
                  }
                ]
              },
              "video": {
                "bit_rate": 6500000,
                "height": 1080,
                "key_frame_interval": 51,
                "mapping_info": "",
                "media_type": "video",
                "mez_count": 1,
                "name": "video",
                "part_hashes": [],
                "ready": false,
                "seg_dur": {
                  "float": 2.04,
                  "float_exact": false,
                  "rat": "51/25",
                  "time_base": "1/90000",
                  "ts": 183600
                },
                "segs_per_mez": 15,
                "source_streams": [
                  {
                    "files_api_path": "Video.mp4",
                    "source_hash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
                    "stream_index": 0
                  }
                ],
                "width": 1920
              }
            },
            "playout": {
              "drm_keys": {
                "043ec2bc02934ea0004ec0b579c0469e": {
                  "/": "./blob",
                  "data": "6EH8NGUQlwIl6aMMbLZs51WJpUhYkefonY6UcAAAABAEBpK1BLNsorMpMF0vxY1+h0gHaF2kgkHNAFHDYnBVLNjy/UY6RSOCZ/huNDZ/ImE/APDucvX2hQ4SFqRMEwOsof6xCaKLrJNROCEJWZIi+95G/ppWXDk3jN6THD8DD7IoC0z+jvwbjjXZ45/IQ0z/4Hzj/ZhHIEUGwQt7C13rBCOWt3yOmzydcHIhVOQ4enI2CjFu9nb8sJ2d9K4+yIHN2yxNoKEYGZkxTbHP85BCVescpOtAQNHRFvjGspG5CM4VF6o6hwx3PMdpdHvwz6VOXRA112QgPvqL1bH81iKftBKfO7zbNOa5XJUS/I9JK6LyBflsFVkHcRaVlxpVV2IQB197AgIBKFk4E05V0oB5exHWvc34XJcEoZTTfS4+mHZlDie5C1E2OKVHle99CjZeTeXi4hgRyvQv6b3XWNPhEHQEo/bpVXlL0LlsMqLfacNMDs83BbBbvD7VzRVJ+ZE6EKfZ6WTHNIPKfouFsIA6X4e0rupgpu9jgdU94QNJOOLECrkr6hzChDBz9ue0F7bHZORwMVazSuo9ZSM3uSLC7+ya1pfSKcSPK9CjbAc/GP6SAVk3MnkVTfUxXGGtWzMBuYm2Aw8LWJRVDS5+iM0ogc0jDgWWsUMqe07Pwam33DA4ATId04+VioyOHzcbeV2pLenjLlQQfq+AfFLB7D0f2tSpzYv9e1IsvNjYXT2nPtsTFN3XWKcJZ9fTNRXrSJj/AKWgAjcar3oeh/TcoGqEOk6rAJagReIsRo0sEODVkSeHGKeCu5aE+eiFeIaf0fSum7OPkbxtbOuUE6WhWoI7bHPUwgbhiS4k3fiwUFrBxUeVEgOOzx+OYwNK6Zy9qbI2XFVvfQTSg/pqv476eA62ZVOft3OgSGifQfKutdoATXUF",
                  "encryption": "cgck"
                },
                "4cb2df0b44219dcf3a84083de186c5a3": {
                  "/": "./blob",
                  "data": "qUwMFCG/lwJvx6i/Ws17+vuxhvmSaJEPzdvGyQAAABAEEg9nMneWr8UNh5rfjGNX0nTBtqaP3jCn7AXZucKXiDID3n8IEH6BvQgGtrdNvc3SEXr58+Fd6HzezrBkeNRO1ALsUKeNxWYkWUJLsS++IxF+lrmx8kXXIrpxuol0AiCxF4P0SojQTXz5FRnXZSa0CgQxKvbN0YeU1z1ChS/uxEpmqI/3hCs8cvc9QSxbm8SjBuXfXYGfxtGrkurGxyEQd7BrlOB8p2N7/TK3pfAOFNEfAFBZz5qlFxQSU7i8sedzAn+KmZ6N5xn+J0aTATbBoaOA+55y3JtAHxzRXvHL9+1prSXoHrJYQrRoUiS0xYZAB7Oh8oOd1ILlhdE6lofXHf6c5O5AJn7KoYNVfrkPXX6jyJqROD56A5DxF9k18R3SC8au/8K8UF1mcrSJ3qamDiwQVDvSSWIZAxcBEABGwjcvKXqtZIvdiGN61XtpJgJeCanA50EruJ7/pPsobNOzYBxtvw7Ba89z56lweCixllEVehw+eSWOsepnujw2OMCGE9pJGA9KzM4XoSPGm+B5xWiuvqn3bVkkptbmv9KlJi6YZmVvJQ2/emT3pEYjXgKkGc8z4KQwjd/VTB1cYE+dEG9Zu2tFuJGvyjVthE1fxl9G+Zrs7v7C6oNDvUd4tFAEBRYVcE/1LTXBwHQd5D3w/8sz2R312cbQtsJ92Va+Y2RG1ISpdYzI6cRbQtNEFCOjADoHuywjHNU67H3fiBWTU0iLiBHLeaAsKQJagS+4CQu3VYfCVQJ6nYra6d+z7ld+GBY6xX/ZgaXARt+I38Qm93qqiyV9DUlqb9IhJSwAoBSiQ8Wp/duL+9JwcLU9BpspAFwdSViuG3PVE1TbXZSj0MhvtNHD8f3e0KFyVuNr9tju9YO0bpVefl7xJMWEF7qk",
                  "encryption": "cgck"
                },
                "5e311b7769d3a0976b9218b9a26f0a64": {
                  "/": "./blob",
                  "data": "A7y4a392GwOUWkbVquz0CtUNNDrq+rH7STqIBAAAABAEAYKWz8jq9J2IX6UmlW88kH17SvJ2ZYPZfn2p0MjZXXsX8cUrY6pvnqawN8U/YA/RELViRSL2Vqg6Ax0AhfpwYiGS6B6gItfJDYFD1KBw5TxTNT+xTFhyk60V/OkohDCyCOyRODsD8bB0/JI9JYmtsolg8XH5k0ATIBaPxSpq2g8B4Drhf01iD4A+cZkymjueF/RpIYnYzyCpC0Mjy1RIY+v+7wsy/vYlxSxDD3JPnMxHQBkMJKqg7mqz3GVHxzXNBab3Mw6sGk3B3BrmmOpTXLcTh+hupuUHCcOOo+ylrpf691E2LOwM/7KNGRYrYcs+DM2/gGBzo/jAKm0RPo45eKVrrjiwp/OunEMqPXF0F3sO/1hiRGdDHVDyXy1DaTRwFIykMVJ8XzR0Uc4JWDw+TvXfeg0m7qjJZ+/Pa8LnP45J0edGd06f16DKE35qhFhoAGwHWtCxXkk7wBv+MPrx8hUFFqM4aSDXbCA1bCgKcfzUsvXDjaCxWsY34P9HBjFpB/CFuV0WWbwIKbMmGp4TjcYXpjb8Q91d2SRKOzSVeIByKseH2fvEAdsCGrEJBG5+A6nLU5efWvADtMfSHZYb7g7cgoNtkvfP2wGObNKGqVW08SdVyCSgR0THzTvZhU3DBcO/lHJbRZSg5cNTdhVfNnIRXaCq7/1gC3xWTqOW21QmHdGoUgB/LrIKQM54dFz5BrALnsVLLI/a2R9vAOnoyd17FA7aqf22GOYlVggp6si74CmnIDzpeBdHuupl2prhB3uO6qyPBVYiR7oupvGeB4WKAtOolabF1yRWADzRkixx+hlboKQcGOsQWgfP4u1PByRnzuIH9x3RPTlqUwsTeFXKFzXv+oZHZLDS0LSOJ4mftQ4mDC1IjIj9e03+/mgt",
                  "encryption": "cgck"
                },
                "b496628a03411aead033c1a5dd26a4b1": {
                  "/": "./blob",
                  "data": "+KdfpvqUIwFdmmzOHiV08mXRYZ12il95bDOOoQAAABAEE0IptuxtPI/7tXE0GJ4tf0kawlDAmsEYnDa5tIlx95fGNbvSymZn7gvFXJtzJqPPGJm9D4JaBxqj2Wfie3ua8ApHDZHeW6O+OWUN4muTH5o6YWVoWD0HPwop0p634z2TA0jkZ9+gLWe7TmytNyx5e7As+p7ZMhdxov8M/iDbs5eD41Ca8A0AbXF5b6G9QQjHFeuzKoPdayuTLqoyuRxJI8b9Y0Xw4v9aw9uzHoAlt5FiQbwjqDg51Mw9+ij2AnH0EZ9GuNvJNAQ3NR7Hrzvew+JMidraaxsqnvnKSKp/CvU80WBL21F2W+I7DrkOGxfmGMr1Um9NEQOw6oviHPD1vF1h9oAEEFR9Jv12/DNtPFpKwkaxIjQorjp7rwKmhZLtD5dLDWRjzuuD75+EYB5wdoZYD0RBWV+VkBKoR5ngcNPmhlBVFZK/VdlkCOAcLS4+GPNF+Lu5q58H48EpbSkxODP/RV1KDC12L94Qji+lh0KW3SMN77QIQ6226PXFL2y1AsINW+Rq7jjnf4yTCts8SmRzK/I3wZoWzCCDAUoOdvDGyMWlGS6nZtxDoVQuZnAkB9ZIU8V8yxPDImb9rfZ6xfyjmiDIvUFeYFBR8K8meaa4qvIxn6FjfAcZ2vwM2KM7D6zgJCPJ2IWcaVCmJ48+AwoJX7D9bSmAlHGHbEWF34Vs2vu8ZSfOgKtu2gzrWneaEuH1WpgoEykWHR6CEQEUdnLw3WKkP9hUiCSSy1ZL8kPFKi9Dc90t1BIG+kekj5VNDAp3Fy4hLnXmdGaguL2YAlXjn7vlTTcN1gCoiKmtQYDkQECpk6afIj8mU/AIMUkJA4/ezE5YclWJTFwFt7uWxbC7wfmvcOgO37e+JZBw2wRmgDDjtgVc+JeAK/dGTTyj",
                  "encryption": "cgck"
                }
              },
              "playout_formats": {
                "dash-clear": {
                  "drm": null,
                  "protocol": {
                    "min_buffer_length": 2,
                    "type": "ProtoDash"
                  }
                },
                "dash-widevine": {
                  "drm": {
                    "content_id": "",
                    "enc_scheme_name": "cenc",
                    "license_servers": [],
                    "type": "DrmWidevine"
                  },
                  "protocol": {
                    "min_buffer_length": 2,
                    "type": "ProtoDash"
                  }
                },
                "hls-aes128": {
                  "drm": {
                    "enc_scheme_name": "aes-128",
                    "type": "DrmAes128"
                  },
                  "protocol": {
                    "type": "ProtoHls"
                  }
                },
                "hls-clear": {
                  "drm": null,
                  "protocol": {
                    "type": "ProtoHls"
                  }
                }
              },
              "streams": {
                "audio": {
                  "encryption_schemes": {
                    "aes-128": {
                      "iv": "fe92f2287b8b78188af8e35891c62223",
                      "key": "XIWAgLZMJXOn5eOQYgb05g==",
                      "key_id": "4cb2df0b44219dcf3a84083de186c5a3",
                      "type": "EncSchemeAes128"
                    },
                    "cenc": {
                      "iv": "ee1a081b1fedf752fb8729a045c8810d",
                      "key_id": "043ec2bc02934ea0004ec0b579c0469e",
                      "type": "EncSchemeCenc"
                    }
                  },
                  "representations": {
                    "audio@128000": {
                      "bit_rate": 128000,
                      "media_struct_stream_key": "audio",
                      "type": "RepAudio"
                    }
                  }
                },
                "video": {
                  "encryption_schemes": {
                    "aes-128": {
                      "iv": "741bbcbd2422a11e92d39ee601e67be2",
                      "key": "jnapTGFUpgljhZTH4juzlg==",
                      "key_id": "5e311b7769d3a0976b9218b9a26f0a64",
                      "type": "EncSchemeAes128"
                    },
                    "cenc": {
                      "iv": "d0dd75ca861386be568bec48298dfaaf",
                      "key_id": "b496628a03411aead033c1a5dd26a4b1",
                      "type": "EncSchemeCenc"
                    }
                  },
                  "representations": {
                    "video_1280x720@4500000": {
                      "bit_rate": 4500000,
                      "crf": 0,
                      "height": 720,
                      "media_struct_stream_key": "video",
                      "type": "RepVideo",
                      "width": 1280
                    },
                    "video_1920x1080@6500000": {
                      "bit_rate": 6500000,
                      "crf": 0,
                      "height": 1080,
                      "media_struct_stream_key": "video",
                      "type": "RepVideo",
                      "width": 1920
                    },
                    "video_640x360@400000": {
                      "bit_rate": 400000,
                      "crf": 0,
                      "height": 360,
                      "media_struct_stream_key": "video",
                      "type": "RepVideo",
                      "width": 640
                    },
                    "video_768x432@1100000": {
                      "bit_rate": 1100000,
                      "crf": 0,
                      "height": 432,
                      "media_struct_stream_key": "video",
                      "type": "RepVideo",
                      "width": 768
                    },
                    "video_960x540@2000000": {
                      "bit_rate": 2000000,
                      "crf": 0,
                      "height": 540,
                      "media_struct_stream_key": "video",
                      "type": "RepVideo",
                      "width": 960
                    }
                  }
                }
              }
            },
            "prod_master_hash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "prod_master_var_key": "default",
            "ready": false
          }
        }
      },
      "description": "Mezzanine Test Description",
      "elv_created_at": 1573253332659,
      "master": {
        "hash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
        "id": "iq__3s4SbaVgbcj1K2cKgqR4JA9tKSKR",
        "name": "Production Master Test",
        "variant": "default"
      },
      "name": "Mezzanine Test",
      "public": {
        "description": "Mezzanine Test Description",
        "name": "Mezzanine Test"
      },
      "test": "mezzanine"
    }
    async ContentObjectMetadata({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "metadataSubtree": "abr_mezzanine/offerings"
    });
    
    
    {
      "default": {
        "log": {
          "Level": 3,
          "entries": [
            {
              "l": 4,
              "m": "apiAbrMezzanineInit()",
              "t": 1573253332607340000
            },
            {
              "l": 3,
              "m": "Get abr.Profile from lib",
              "t": 1573253332607376600
            },
            {
              "l": 3,
              "m": "Get production.Master",
              "t": 1573253332612648700
            },
            {
              "l": 4,
              "m": "getProductionVariantCtx(hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f,default)",
              "t": 1573253332612691000
            },
            {
              "l": 4,
              "m": "getting production.Master: hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
              "t": 1573253332612691500
            },
            {
              "l": 4,
              "m": "Get production.Variant 'default' from production.Master",
              "t": 1573253332614286800
            },
            {
              "l": 3,
              "m": "Generate abr.Offering",
              "t": 1573253332614328800
            }
          ]
        },
        "media_struct": {
          "duration_rat": "0",
          "label": "",
          "start_time_rat": "0",
          "streams": {}
        },
        "mez_prep_specs": {
          "audio": {
            "bit_rate": 128000,
            "channel_layout": "stereo",
            "mapping_info": "",
            "media_type": "audio",
            "mez_count": 1,
            "name": "audio",
            "part_hashes": [],
            "ready": false,
            "seg_dur": {
              "float": 2.020136054421769,
              "float_exact": false,
              "rat": "7424/3675",
              "time_base": "1/44100",
              "ts": 89088
            },
            "segs_per_mez": 15,
            "source_streams": [
              {
                "files_api_path": "Video.mp4",
                "source_hash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
                "stream_index": 1
              }
            ]
          },
          "video": {
            "bit_rate": 6500000,
            "height": 1080,
            "key_frame_interval": 51,
            "mapping_info": "",
            "media_type": "video",
            "mez_count": 1,
            "name": "video",
            "part_hashes": [],
            "ready": false,
            "seg_dur": {
              "float": 2.04,
              "float_exact": false,
              "rat": "51/25",
              "time_base": "1/90000",
              "ts": 183600
            },
            "segs_per_mez": 15,
            "source_streams": [
              {
                "files_api_path": "Video.mp4",
                "source_hash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
                "stream_index": 0
              }
            ],
            "width": 1920
          }
        },
        "playout": {
          "drm_keys": {
            "043ec2bc02934ea0004ec0b579c0469e": {
              "/": "./blob",
              "data": "6EH8NGUQlwIl6aMMbLZs51WJpUhYkefonY6UcAAAABAEBpK1BLNsorMpMF0vxY1+h0gHaF2kgkHNAFHDYnBVLNjy/UY6RSOCZ/huNDZ/ImE/APDucvX2hQ4SFqRMEwOsof6xCaKLrJNROCEJWZIi+95G/ppWXDk3jN6THD8DD7IoC0z+jvwbjjXZ45/IQ0z/4Hzj/ZhHIEUGwQt7C13rBCOWt3yOmzydcHIhVOQ4enI2CjFu9nb8sJ2d9K4+yIHN2yxNoKEYGZkxTbHP85BCVescpOtAQNHRFvjGspG5CM4VF6o6hwx3PMdpdHvwz6VOXRA112QgPvqL1bH81iKftBKfO7zbNOa5XJUS/I9JK6LyBflsFVkHcRaVlxpVV2IQB197AgIBKFk4E05V0oB5exHWvc34XJcEoZTTfS4+mHZlDie5C1E2OKVHle99CjZeTeXi4hgRyvQv6b3XWNPhEHQEo/bpVXlL0LlsMqLfacNMDs83BbBbvD7VzRVJ+ZE6EKfZ6WTHNIPKfouFsIA6X4e0rupgpu9jgdU94QNJOOLECrkr6hzChDBz9ue0F7bHZORwMVazSuo9ZSM3uSLC7+ya1pfSKcSPK9CjbAc/GP6SAVk3MnkVTfUxXGGtWzMBuYm2Aw8LWJRVDS5+iM0ogc0jDgWWsUMqe07Pwam33DA4ATId04+VioyOHzcbeV2pLenjLlQQfq+AfFLB7D0f2tSpzYv9e1IsvNjYXT2nPtsTFN3XWKcJZ9fTNRXrSJj/AKWgAjcar3oeh/TcoGqEOk6rAJagReIsRo0sEODVkSeHGKeCu5aE+eiFeIaf0fSum7OPkbxtbOuUE6WhWoI7bHPUwgbhiS4k3fiwUFrBxUeVEgOOzx+OYwNK6Zy9qbI2XFVvfQTSg/pqv476eA62ZVOft3OgSGifQfKutdoATXUF",
              "encryption": "cgck"
            },
            "4cb2df0b44219dcf3a84083de186c5a3": {
              "/": "./blob",
              "data": "qUwMFCG/lwJvx6i/Ws17+vuxhvmSaJEPzdvGyQAAABAEEg9nMneWr8UNh5rfjGNX0nTBtqaP3jCn7AXZucKXiDID3n8IEH6BvQgGtrdNvc3SEXr58+Fd6HzezrBkeNRO1ALsUKeNxWYkWUJLsS++IxF+lrmx8kXXIrpxuol0AiCxF4P0SojQTXz5FRnXZSa0CgQxKvbN0YeU1z1ChS/uxEpmqI/3hCs8cvc9QSxbm8SjBuXfXYGfxtGrkurGxyEQd7BrlOB8p2N7/TK3pfAOFNEfAFBZz5qlFxQSU7i8sedzAn+KmZ6N5xn+J0aTATbBoaOA+55y3JtAHxzRXvHL9+1prSXoHrJYQrRoUiS0xYZAB7Oh8oOd1ILlhdE6lofXHf6c5O5AJn7KoYNVfrkPXX6jyJqROD56A5DxF9k18R3SC8au/8K8UF1mcrSJ3qamDiwQVDvSSWIZAxcBEABGwjcvKXqtZIvdiGN61XtpJgJeCanA50EruJ7/pPsobNOzYBxtvw7Ba89z56lweCixllEVehw+eSWOsepnujw2OMCGE9pJGA9KzM4XoSPGm+B5xWiuvqn3bVkkptbmv9KlJi6YZmVvJQ2/emT3pEYjXgKkGc8z4KQwjd/VTB1cYE+dEG9Zu2tFuJGvyjVthE1fxl9G+Zrs7v7C6oNDvUd4tFAEBRYVcE/1LTXBwHQd5D3w/8sz2R312cbQtsJ92Va+Y2RG1ISpdYzI6cRbQtNEFCOjADoHuywjHNU67H3fiBWTU0iLiBHLeaAsKQJagS+4CQu3VYfCVQJ6nYra6d+z7ld+GBY6xX/ZgaXARt+I38Qm93qqiyV9DUlqb9IhJSwAoBSiQ8Wp/duL+9JwcLU9BpspAFwdSViuG3PVE1TbXZSj0MhvtNHD8f3e0KFyVuNr9tju9YO0bpVefl7xJMWEF7qk",
              "encryption": "cgck"
            },
            "5e311b7769d3a0976b9218b9a26f0a64": {
              "/": "./blob",
              "data": "A7y4a392GwOUWkbVquz0CtUNNDrq+rH7STqIBAAAABAEAYKWz8jq9J2IX6UmlW88kH17SvJ2ZYPZfn2p0MjZXXsX8cUrY6pvnqawN8U/YA/RELViRSL2Vqg6Ax0AhfpwYiGS6B6gItfJDYFD1KBw5TxTNT+xTFhyk60V/OkohDCyCOyRODsD8bB0/JI9JYmtsolg8XH5k0ATIBaPxSpq2g8B4Drhf01iD4A+cZkymjueF/RpIYnYzyCpC0Mjy1RIY+v+7wsy/vYlxSxDD3JPnMxHQBkMJKqg7mqz3GVHxzXNBab3Mw6sGk3B3BrmmOpTXLcTh+hupuUHCcOOo+ylrpf691E2LOwM/7KNGRYrYcs+DM2/gGBzo/jAKm0RPo45eKVrrjiwp/OunEMqPXF0F3sO/1hiRGdDHVDyXy1DaTRwFIykMVJ8XzR0Uc4JWDw+TvXfeg0m7qjJZ+/Pa8LnP45J0edGd06f16DKE35qhFhoAGwHWtCxXkk7wBv+MPrx8hUFFqM4aSDXbCA1bCgKcfzUsvXDjaCxWsY34P9HBjFpB/CFuV0WWbwIKbMmGp4TjcYXpjb8Q91d2SRKOzSVeIByKseH2fvEAdsCGrEJBG5+A6nLU5efWvADtMfSHZYb7g7cgoNtkvfP2wGObNKGqVW08SdVyCSgR0THzTvZhU3DBcO/lHJbRZSg5cNTdhVfNnIRXaCq7/1gC3xWTqOW21QmHdGoUgB/LrIKQM54dFz5BrALnsVLLI/a2R9vAOnoyd17FA7aqf22GOYlVggp6si74CmnIDzpeBdHuupl2prhB3uO6qyPBVYiR7oupvGeB4WKAtOolabF1yRWADzRkixx+hlboKQcGOsQWgfP4u1PByRnzuIH9x3RPTlqUwsTeFXKFzXv+oZHZLDS0LSOJ4mftQ4mDC1IjIj9e03+/mgt",
              "encryption": "cgck"
            },
            "b496628a03411aead033c1a5dd26a4b1": {
              "/": "./blob",
              "data": "+KdfpvqUIwFdmmzOHiV08mXRYZ12il95bDOOoQAAABAEE0IptuxtPI/7tXE0GJ4tf0kawlDAmsEYnDa5tIlx95fGNbvSymZn7gvFXJtzJqPPGJm9D4JaBxqj2Wfie3ua8ApHDZHeW6O+OWUN4muTH5o6YWVoWD0HPwop0p634z2TA0jkZ9+gLWe7TmytNyx5e7As+p7ZMhdxov8M/iDbs5eD41Ca8A0AbXF5b6G9QQjHFeuzKoPdayuTLqoyuRxJI8b9Y0Xw4v9aw9uzHoAlt5FiQbwjqDg51Mw9+ij2AnH0EZ9GuNvJNAQ3NR7Hrzvew+JMidraaxsqnvnKSKp/CvU80WBL21F2W+I7DrkOGxfmGMr1Um9NEQOw6oviHPD1vF1h9oAEEFR9Jv12/DNtPFpKwkaxIjQorjp7rwKmhZLtD5dLDWRjzuuD75+EYB5wdoZYD0RBWV+VkBKoR5ngcNPmhlBVFZK/VdlkCOAcLS4+GPNF+Lu5q58H48EpbSkxODP/RV1KDC12L94Qji+lh0KW3SMN77QIQ6226PXFL2y1AsINW+Rq7jjnf4yTCts8SmRzK/I3wZoWzCCDAUoOdvDGyMWlGS6nZtxDoVQuZnAkB9ZIU8V8yxPDImb9rfZ6xfyjmiDIvUFeYFBR8K8meaa4qvIxn6FjfAcZ2vwM2KM7D6zgJCPJ2IWcaVCmJ48+AwoJX7D9bSmAlHGHbEWF34Vs2vu8ZSfOgKtu2gzrWneaEuH1WpgoEykWHR6CEQEUdnLw3WKkP9hUiCSSy1ZL8kPFKi9Dc90t1BIG+kekj5VNDAp3Fy4hLnXmdGaguL2YAlXjn7vlTTcN1gCoiKmtQYDkQECpk6afIj8mU/AIMUkJA4/ezE5YclWJTFwFt7uWxbC7wfmvcOgO37e+JZBw2wRmgDDjtgVc+JeAK/dGTTyj",
              "encryption": "cgck"
            }
          },
          "playout_formats": {
            "dash-clear": {
              "drm": null,
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "dash-widevine": {
              "drm": {
                "content_id": "",
                "enc_scheme_name": "cenc",
                "license_servers": [],
                "type": "DrmWidevine"
              },
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "hls-aes128": {
              "drm": {
                "enc_scheme_name": "aes-128",
                "type": "DrmAes128"
              },
              "protocol": {
                "type": "ProtoHls"
              }
            },
            "hls-clear": {
              "drm": null,
              "protocol": {
                "type": "ProtoHls"
              }
            }
          },
          "streams": {
            "audio": {
              "encryption_schemes": {
                "aes-128": {
                  "iv": "fe92f2287b8b78188af8e35891c62223",
                  "key": "XIWAgLZMJXOn5eOQYgb05g==",
                  "key_id": "4cb2df0b44219dcf3a84083de186c5a3",
                  "type": "EncSchemeAes128"
                },
                "cenc": {
                  "iv": "ee1a081b1fedf752fb8729a045c8810d",
                  "key_id": "043ec2bc02934ea0004ec0b579c0469e",
                  "type": "EncSchemeCenc"
                }
              },
              "representations": {
                "audio@128000": {
                  "bit_rate": 128000,
                  "media_struct_stream_key": "audio",
                  "type": "RepAudio"
                }
              }
            },
            "video": {
              "encryption_schemes": {
                "aes-128": {
                  "iv": "741bbcbd2422a11e92d39ee601e67be2",
                  "key": "jnapTGFUpgljhZTH4juzlg==",
                  "key_id": "5e311b7769d3a0976b9218b9a26f0a64",
                  "type": "EncSchemeAes128"
                },
                "cenc": {
                  "iv": "d0dd75ca861386be568bec48298dfaaf",
                  "key_id": "b496628a03411aead033c1a5dd26a4b1",
                  "type": "EncSchemeCenc"
                }
              },
              "representations": {
                "video_1280x720@4500000": {
                  "bit_rate": 4500000,
                  "crf": 0,
                  "height": 720,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 1280
                },
                "video_1920x1080@6500000": {
                  "bit_rate": 6500000,
                  "crf": 0,
                  "height": 1080,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 1920
                },
                "video_640x360@400000": {
                  "bit_rate": 400000,
                  "crf": 0,
                  "height": 360,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 640
                },
                "video_768x432@1100000": {
                  "bit_rate": 1100000,
                  "crf": 0,
                  "height": 432,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 768
                },
                "video_960x540@2000000": {
                  "bit_rate": 2000000,
                  "crf": 0,
                  "height": 540,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 960
                }
              }
            }
          }
        },
        "prod_master_hash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
        "prod_master_var_key": "default",
        "ready": false
      }
    }
    async ContentObjectMetadata({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "writeToken": "tqw_32kgEewYeKUyopViWi1PXtn72b6Yd3EJ2",
      "metadataSubtree": "lro_status"
    });
    
    
    {
      "32ddc945-4d43-4833-b6fa-3d5c1d2665a1": {
        "duration": 618,
        "duration_ms": 0,
        "progress": {
          "percentage": 0
        },
        "run_state": "running",
        "start": "2019-11-08T22:48:56Z"
      },
      "f299d05a-f209-4def-88f5-4c9801f679fb": {
        "duration": 344,
        "duration_ms": 0,
        "progress": {
          "percentage": 0
        },
        "run_state": "running",
        "start": "2019-11-08T22:48:56Z"
      }
    }
    async ContentObjectMetadata({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "writeToken": "tqw_32kgEewYeKUyopViWi1PXtn72b6Yd3EJ2",
      "metadataSubtree": "lro_status"
    });
    
    
    {
      "32ddc945-4d43-4833-b6fa-3d5c1d2665a1": {
        "duration": 5487748563,
        "duration_ms": 5487,
        "end": "2019-11-08T22:49:01Z",
        "progress": {
          "percentage": 100
        },
        "run_state": "finished",
        "start": "2019-11-08T22:48:56Z"
      },
      "f299d05a-f209-4def-88f5-4c9801f679fb": {
        "duration": 344,
        "duration_ms": 0,
        "progress": {
          "percentage": 0
        },
        "run_state": "running",
        "start": "2019-11-08T22:48:56Z"
      }
    }
    async ContentObjectMetadata({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "writeToken": "tqw_32kgEewYeKUyopViWi1PXtn72b6Yd3EJ2",
      "metadataSubtree": "lro_status"
    });
    
    
    {
      "32ddc945-4d43-4833-b6fa-3d5c1d2665a1": {
        "duration": 5487748563,
        "duration_ms": 5487,
        "end": "2019-11-08T22:49:01Z",
        "progress": {
          "percentage": 100
        },
        "run_state": "finished",
        "start": "2019-11-08T22:48:56Z"
      },
      "f299d05a-f209-4def-88f5-4c9801f679fb": {
        "duration": 40704224904,
        "duration_ms": 40704,
        "end": "2019-11-08T22:49:37Z",
        "progress": {
          "percentage": 100
        },
        "run_state": "finished",
        "start": "2019-11-08T22:48:56Z"
      }
    }
    async ContentObjectMetadata({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "writeToken": "tqw_32kgEewYeKUyopViWi1PXtn72b6Yd3EJ2",
      "metadataSubtree": "abr_mezzanine/offerings"
    });
    
    
    {
      "default": {
        "log": {
          "Level": 3,
          "entries": [
            {
              "l": 4,
              "m": "apiAbrMezzanineInit()",
              "t": 1573253332607340000
            },
            {
              "l": 3,
              "m": "Get abr.Profile from lib",
              "t": 1573253332607376600
            },
            {
              "l": 3,
              "m": "Get production.Master",
              "t": 1573253332612648700
            },
            {
              "l": 4,
              "m": "getProductionVariantCtx(hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f,default)",
              "t": 1573253332612691000
            },
            {
              "l": 4,
              "m": "getting production.Master: hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
              "t": 1573253332612691500
            },
            {
              "l": 4,
              "m": "Get production.Variant 'default' from production.Master",
              "t": 1573253332614286800
            },
            {
              "l": 3,
              "m": "Generate abr.Offering",
              "t": 1573253332614328800
            }
          ]
        },
        "media_struct": {
          "duration_rat": "0",
          "label": "",
          "start_time_rat": "0",
          "streams": {}
        },
        "mez_prep_specs": {
          "audio": {
            "bit_rate": 128000,
            "channel_layout": "stereo",
            "mapping_info": "",
            "media_type": "audio",
            "mez_count": 1,
            "name": "audio",
            "part_hashes": [
              "hqp_RjzbQdk5Crg2e1DtAGeU5WwE1vurnVrURKZ63FDDbxC2gUjG"
            ],
            "ready": true,
            "seg_dur": {
              "float": 2.020136054421769,
              "float_exact": false,
              "rat": "7424/3675",
              "time_base": "1/44100",
              "ts": 89088
            },
            "segs_per_mez": 15,
            "source_streams": [
              {
                "files_api_path": "Video.mp4",
                "source_hash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
                "stream_index": 1
              }
            ]
          },
          "video": {
            "bit_rate": 6500000,
            "height": 1080,
            "key_frame_interval": 51,
            "mapping_info": "",
            "media_type": "video",
            "mez_count": 1,
            "name": "video",
            "part_hashes": [
              "hqp_2DWLd3jk9i4Z3YCnmRWjTTXdbRXRZnKxA1iK8cJRU6tCqEEHWa"
            ],
            "ready": true,
            "seg_dur": {
              "float": 2.04,
              "float_exact": false,
              "rat": "51/25",
              "time_base": "1/90000",
              "ts": 183600
            },
            "segs_per_mez": 15,
            "source_streams": [
              {
                "files_api_path": "Video.mp4",
                "source_hash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
                "stream_index": 0
              }
            ],
            "width": 1920
          }
        },
        "playout": {
          "drm_keys": {
            "043ec2bc02934ea0004ec0b579c0469e": {
              "/": "./blob",
              "data": "6EH8NGUQlwIl6aMMbLZs51WJpUhYkefonY6UcAAAABAEBpK1BLNsorMpMF0vxY1+h0gHaF2kgkHNAFHDYnBVLNjy/UY6RSOCZ/huNDZ/ImE/APDucvX2hQ4SFqRMEwOsof6xCaKLrJNROCEJWZIi+95G/ppWXDk3jN6THD8DD7IoC0z+jvwbjjXZ45/IQ0z/4Hzj/ZhHIEUGwQt7C13rBCOWt3yOmzydcHIhVOQ4enI2CjFu9nb8sJ2d9K4+yIHN2yxNoKEYGZkxTbHP85BCVescpOtAQNHRFvjGspG5CM4VF6o6hwx3PMdpdHvwz6VOXRA112QgPvqL1bH81iKftBKfO7zbNOa5XJUS/I9JK6LyBflsFVkHcRaVlxpVV2IQB197AgIBKFk4E05V0oB5exHWvc34XJcEoZTTfS4+mHZlDie5C1E2OKVHle99CjZeTeXi4hgRyvQv6b3XWNPhEHQEo/bpVXlL0LlsMqLfacNMDs83BbBbvD7VzRVJ+ZE6EKfZ6WTHNIPKfouFsIA6X4e0rupgpu9jgdU94QNJOOLECrkr6hzChDBz9ue0F7bHZORwMVazSuo9ZSM3uSLC7+ya1pfSKcSPK9CjbAc/GP6SAVk3MnkVTfUxXGGtWzMBuYm2Aw8LWJRVDS5+iM0ogc0jDgWWsUMqe07Pwam33DA4ATId04+VioyOHzcbeV2pLenjLlQQfq+AfFLB7D0f2tSpzYv9e1IsvNjYXT2nPtsTFN3XWKcJZ9fTNRXrSJj/AKWgAjcar3oeh/TcoGqEOk6rAJagReIsRo0sEODVkSeHGKeCu5aE+eiFeIaf0fSum7OPkbxtbOuUE6WhWoI7bHPUwgbhiS4k3fiwUFrBxUeVEgOOzx+OYwNK6Zy9qbI2XFVvfQTSg/pqv476eA62ZVOft3OgSGifQfKutdoATXUF",
              "encryption": "cgck"
            },
            "4cb2df0b44219dcf3a84083de186c5a3": {
              "/": "./blob",
              "data": "qUwMFCG/lwJvx6i/Ws17+vuxhvmSaJEPzdvGyQAAABAEEg9nMneWr8UNh5rfjGNX0nTBtqaP3jCn7AXZucKXiDID3n8IEH6BvQgGtrdNvc3SEXr58+Fd6HzezrBkeNRO1ALsUKeNxWYkWUJLsS++IxF+lrmx8kXXIrpxuol0AiCxF4P0SojQTXz5FRnXZSa0CgQxKvbN0YeU1z1ChS/uxEpmqI/3hCs8cvc9QSxbm8SjBuXfXYGfxtGrkurGxyEQd7BrlOB8p2N7/TK3pfAOFNEfAFBZz5qlFxQSU7i8sedzAn+KmZ6N5xn+J0aTATbBoaOA+55y3JtAHxzRXvHL9+1prSXoHrJYQrRoUiS0xYZAB7Oh8oOd1ILlhdE6lofXHf6c5O5AJn7KoYNVfrkPXX6jyJqROD56A5DxF9k18R3SC8au/8K8UF1mcrSJ3qamDiwQVDvSSWIZAxcBEABGwjcvKXqtZIvdiGN61XtpJgJeCanA50EruJ7/pPsobNOzYBxtvw7Ba89z56lweCixllEVehw+eSWOsepnujw2OMCGE9pJGA9KzM4XoSPGm+B5xWiuvqn3bVkkptbmv9KlJi6YZmVvJQ2/emT3pEYjXgKkGc8z4KQwjd/VTB1cYE+dEG9Zu2tFuJGvyjVthE1fxl9G+Zrs7v7C6oNDvUd4tFAEBRYVcE/1LTXBwHQd5D3w/8sz2R312cbQtsJ92Va+Y2RG1ISpdYzI6cRbQtNEFCOjADoHuywjHNU67H3fiBWTU0iLiBHLeaAsKQJagS+4CQu3VYfCVQJ6nYra6d+z7ld+GBY6xX/ZgaXARt+I38Qm93qqiyV9DUlqb9IhJSwAoBSiQ8Wp/duL+9JwcLU9BpspAFwdSViuG3PVE1TbXZSj0MhvtNHD8f3e0KFyVuNr9tju9YO0bpVefl7xJMWEF7qk",
              "encryption": "cgck"
            },
            "5e311b7769d3a0976b9218b9a26f0a64": {
              "/": "./blob",
              "data": "A7y4a392GwOUWkbVquz0CtUNNDrq+rH7STqIBAAAABAEAYKWz8jq9J2IX6UmlW88kH17SvJ2ZYPZfn2p0MjZXXsX8cUrY6pvnqawN8U/YA/RELViRSL2Vqg6Ax0AhfpwYiGS6B6gItfJDYFD1KBw5TxTNT+xTFhyk60V/OkohDCyCOyRODsD8bB0/JI9JYmtsolg8XH5k0ATIBaPxSpq2g8B4Drhf01iD4A+cZkymjueF/RpIYnYzyCpC0Mjy1RIY+v+7wsy/vYlxSxDD3JPnMxHQBkMJKqg7mqz3GVHxzXNBab3Mw6sGk3B3BrmmOpTXLcTh+hupuUHCcOOo+ylrpf691E2LOwM/7KNGRYrYcs+DM2/gGBzo/jAKm0RPo45eKVrrjiwp/OunEMqPXF0F3sO/1hiRGdDHVDyXy1DaTRwFIykMVJ8XzR0Uc4JWDw+TvXfeg0m7qjJZ+/Pa8LnP45J0edGd06f16DKE35qhFhoAGwHWtCxXkk7wBv+MPrx8hUFFqM4aSDXbCA1bCgKcfzUsvXDjaCxWsY34P9HBjFpB/CFuV0WWbwIKbMmGp4TjcYXpjb8Q91d2SRKOzSVeIByKseH2fvEAdsCGrEJBG5+A6nLU5efWvADtMfSHZYb7g7cgoNtkvfP2wGObNKGqVW08SdVyCSgR0THzTvZhU3DBcO/lHJbRZSg5cNTdhVfNnIRXaCq7/1gC3xWTqOW21QmHdGoUgB/LrIKQM54dFz5BrALnsVLLI/a2R9vAOnoyd17FA7aqf22GOYlVggp6si74CmnIDzpeBdHuupl2prhB3uO6qyPBVYiR7oupvGeB4WKAtOolabF1yRWADzRkixx+hlboKQcGOsQWgfP4u1PByRnzuIH9x3RPTlqUwsTeFXKFzXv+oZHZLDS0LSOJ4mftQ4mDC1IjIj9e03+/mgt",
              "encryption": "cgck"
            },
            "b496628a03411aead033c1a5dd26a4b1": {
              "/": "./blob",
              "data": "+KdfpvqUIwFdmmzOHiV08mXRYZ12il95bDOOoQAAABAEE0IptuxtPI/7tXE0GJ4tf0kawlDAmsEYnDa5tIlx95fGNbvSymZn7gvFXJtzJqPPGJm9D4JaBxqj2Wfie3ua8ApHDZHeW6O+OWUN4muTH5o6YWVoWD0HPwop0p634z2TA0jkZ9+gLWe7TmytNyx5e7As+p7ZMhdxov8M/iDbs5eD41Ca8A0AbXF5b6G9QQjHFeuzKoPdayuTLqoyuRxJI8b9Y0Xw4v9aw9uzHoAlt5FiQbwjqDg51Mw9+ij2AnH0EZ9GuNvJNAQ3NR7Hrzvew+JMidraaxsqnvnKSKp/CvU80WBL21F2W+I7DrkOGxfmGMr1Um9NEQOw6oviHPD1vF1h9oAEEFR9Jv12/DNtPFpKwkaxIjQorjp7rwKmhZLtD5dLDWRjzuuD75+EYB5wdoZYD0RBWV+VkBKoR5ngcNPmhlBVFZK/VdlkCOAcLS4+GPNF+Lu5q58H48EpbSkxODP/RV1KDC12L94Qji+lh0KW3SMN77QIQ6226PXFL2y1AsINW+Rq7jjnf4yTCts8SmRzK/I3wZoWzCCDAUoOdvDGyMWlGS6nZtxDoVQuZnAkB9ZIU8V8yxPDImb9rfZ6xfyjmiDIvUFeYFBR8K8meaa4qvIxn6FjfAcZ2vwM2KM7D6zgJCPJ2IWcaVCmJ48+AwoJX7D9bSmAlHGHbEWF34Vs2vu8ZSfOgKtu2gzrWneaEuH1WpgoEykWHR6CEQEUdnLw3WKkP9hUiCSSy1ZL8kPFKi9Dc90t1BIG+kekj5VNDAp3Fy4hLnXmdGaguL2YAlXjn7vlTTcN1gCoiKmtQYDkQECpk6afIj8mU/AIMUkJA4/ezE5YclWJTFwFt7uWxbC7wfmvcOgO37e+JZBw2wRmgDDjtgVc+JeAK/dGTTyj",
              "encryption": "cgck"
            }
          },
          "playout_formats": {
            "dash-clear": {
              "drm": null,
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "dash-widevine": {
              "drm": {
                "content_id": "",
                "enc_scheme_name": "cenc",
                "license_servers": [],
                "type": "DrmWidevine"
              },
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "hls-aes128": {
              "drm": {
                "enc_scheme_name": "aes-128",
                "type": "DrmAes128"
              },
              "protocol": {
                "type": "ProtoHls"
              }
            },
            "hls-clear": {
              "drm": null,
              "protocol": {
                "type": "ProtoHls"
              }
            }
          },
          "streams": {
            "audio": {
              "encryption_schemes": {
                "aes-128": {
                  "iv": "fe92f2287b8b78188af8e35891c62223",
                  "key": "XIWAgLZMJXOn5eOQYgb05g==",
                  "key_id": "4cb2df0b44219dcf3a84083de186c5a3",
                  "type": "EncSchemeAes128"
                },
                "cenc": {
                  "iv": "ee1a081b1fedf752fb8729a045c8810d",
                  "key_id": "043ec2bc02934ea0004ec0b579c0469e",
                  "type": "EncSchemeCenc"
                }
              },
              "representations": {
                "audio@128000": {
                  "bit_rate": 128000,
                  "media_struct_stream_key": "audio",
                  "type": "RepAudio"
                }
              }
            },
            "video": {
              "encryption_schemes": {
                "aes-128": {
                  "iv": "741bbcbd2422a11e92d39ee601e67be2",
                  "key": "jnapTGFUpgljhZTH4juzlg==",
                  "key_id": "5e311b7769d3a0976b9218b9a26f0a64",
                  "type": "EncSchemeAes128"
                },
                "cenc": {
                  "iv": "d0dd75ca861386be568bec48298dfaaf",
                  "key_id": "b496628a03411aead033c1a5dd26a4b1",
                  "type": "EncSchemeCenc"
                }
              },
              "representations": {
                "video_1280x720@4500000": {
                  "bit_rate": 4500000,
                  "crf": 0,
                  "height": 720,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 1280
                },
                "video_1920x1080@6500000": {
                  "bit_rate": 6500000,
                  "crf": 0,
                  "height": 1080,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 1920
                },
                "video_640x360@400000": {
                  "bit_rate": 400000,
                  "crf": 0,
                  "height": 360,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 640
                },
                "video_768x432@1100000": {
                  "bit_rate": 1100000,
                  "crf": 0,
                  "height": 432,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 768
                },
                "video_960x540@2000000": {
                  "bit_rate": 2000000,
                  "crf": 0,
                  "height": 540,
                  "media_struct_stream_key": "video",
                  "type": "RepVideo",
                  "width": 960
                }
              }
            }
          }
        },
        "prod_master_hash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
        "prod_master_var_key": "default",
        "ready": false
      }
    }
    async ContentObjectMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    {
      "eluv.caps.ikms2s41ivY1BDJ8K5PJyAtTtJZQcHZ": "BFxoGYUHyPTLAvOlq50+OjBllvgri9xaxi7Zlg/bX2e0EFAe8x+QSNNWPbqSWmTRD5mg7twVuIBn8K3aAW8ajy8seuPqDtlD9lacyCAryq6Vp55rZ0xOGizqjrjIsZMM2nlLRpXql19YMT4IWy7AV3uh5P911li9DmjIVWXyebxAq5G044wmKD2sa0uylerbVhxh+BmaIQHbvVJathVIu4mNZZeQsFvIWL/TFGH1665YRy6vdpd0O6YyxFJgDmnEKPntTKDnIrp24JPS3UtRKxU9IBvtTsGELAq/AawK3yRHITfipg7Bj/3hQ5DNIkcuxEnMEiA5azBkeMy05UpTuqywISjJpjmVgGOZqJXN3DeUmSToyLua+nMki9e+5Rmi5pnqJeZ5tDn/Ur/aJWZXMYBMfHkMDG50RPPwedcZElhZ/qeZ6Emp8UOC3tx3E3xV9C27g9aXgzWWsHK2qgrrsp4A80Jytntlc9f0VZYIb6pv",
      "eluv.caps.iusr6guNaLUk91oGPUBq3GPMvaSfk8W": "BFxoGYUHyPTLAvOlq50+OjBllvgri9xaxi7Zlg/bX2e0EFAe8x+QSNNWPbqSWmTRD5mg7twVuIBn8K3aAW8ajy+FIzo+Jmmk73n2tGvl7M6DnKkVCFs/NDT9B/KJs/48igJQMSoIIfZYaOg+YVwOoU0TPcgHINyJ/QpIP33PQv9Truw229tq20IFew/ZSIOamLEfFw/YasqpsJXP/AUnVM9rDlxYFV6wKRX+nNhh7cLWwTLsbxpn7aYsX0MVS+iew8NZ2r1QTqQ1Eu2pMqXuB9zsopralLDFpa40FGD/+BXwmlj+MyAkCElYF++IYhCZe116B3DTLyB6cUVlS8eSeZKgp8EAW+PLMBYyqXtkp1fF9QoLntdHz6o+Fvlb7tGoK1j9zh8ZYpJSNLwm/VN0sNYMPAvVfBVAfukqlASI88DTrMkD8h8rlpIXNii475ok6iXJjbaHI70klEFii1/9EiZqMsgY5tJKYFJMywiVn5MR",
      "files": {
        ".": {
          "type": "directory"
        },
        "s3-copy": {
          ".": {
            "ingest": {
              "etag": "5c689030274ecfd14a815c8672b9f723-12",
              "path": "/eluvio-mez-test/ENTIRE_CREED_2min_.mp4",
              "size": 97944174,
              "type": "key"
            },
            "parts": [
              2,
              3,
              4
            ],
            "size": 97944174
          }
        },
        "s3-reference": {
          ".": {
            "reference": {
              "etag": "5c689030274ecfd14a815c8672b9f723-12",
              "path": "/eluvio-mez-test/ENTIRE_CREED_2min_.mp4",
              "size": 97944174,
              "type": "key"
            },
            "size": 97944174
          }
        },
        "testDirectory": {
          ".": {
            "type": "directory"
          },
          "File 1": {
            ".": {
              "parts": [
                0
              ],
              "size": 100000
            }
          },
          "File 2": {
            ".": {
              "parts": [
                1
              ],
              "size": 100000
            }
          }
        }
      },
      "links": {
        "myLink2": {
          "/": "./files/testDirectory/File 2"
        }
      },
      "mime-types": {
        "": "text/plain"
      },
      "myLink": {
        "/": "./files/testDirectory/File 1"
      },
      "name": "Test Content Object",
      "toMerge": {
        "merge": "me",
        "new": "metadata"
      },
      "toReplace": {
        "new": "metadata"
      }
    }
    async ContentObjectMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "metadataSubtree": "custom_contract"
    });
    
    
    {
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "licensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccess",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "runFinalize",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "percentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "withdraw",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "proposed_status_code",
              "type": "int256"
            }
          ],
          "name": "runStatusChange",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "runDescribeStatus",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "pure",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_FINAL_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runCreate",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "partialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runKill",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            },
            {
              "name": "new_owner",
              "type": "address"
            }
          ],
          "name": "transferContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT_APPROVED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "licensing_fee",
              "type": "uint256"
            }
          ],
          "name": "setLicensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "licensingStatus",
          "outputs": [
            {
              "name": "percentComplete",
              "type": "uint8"
            },
            {
              "name": "licensingFee",
              "type": "uint256"
            },
            {
              "name": "licensingFeePaid",
              "type": "uint256"
            },
            {
              "name": "valid",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "partial_payment",
              "type": "uint8"
            }
          ],
          "name": "setPartialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "percent_partial",
              "type": "uint8"
            }
          ],
          "name": "setPercentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "bool"
            }
          ],
          "name": "runGrant",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            }
          ],
          "name": "reclaimContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_CHARGE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "percent_complete",
              "type": "uint8"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "reviewContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "PayCredit",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            }
          ],
          "name": "Log",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bool"
            }
          ],
          "name": "LogBool",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "LogAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "uint256"
            }
          ],
          "name": "LogUint256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "int256"
            }
          ],
          "name": "LogInt256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bytes32"
            }
          ],
          "name": "LogBytes32",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunKill",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "proposedStatusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "returnStatusCode",
              "type": "int256"
            }
          ],
          "name": "RunStatusChange",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "calculateAccessCharge",
              "type": "int256"
            }
          ],
          "name": "RunAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunFinalize",
          "type": "event"
        }
      ],
      "address": "0x5618ec2a71f680cbd00df4720ea7440303ff6074",
      "description": "Custom Contract Description",
      "factoryAbi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "licensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccess",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "runFinalize",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "percentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "withdraw",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "proposed_status_code",
              "type": "int256"
            }
          ],
          "name": "runStatusChange",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "runDescribeStatus",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "pure",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_FINAL_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runCreate",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "partialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runKill",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            },
            {
              "name": "new_owner",
              "type": "address"
            }
          ],
          "name": "transferContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT_APPROVED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "licensing_fee",
              "type": "uint256"
            }
          ],
          "name": "setLicensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "licensingStatus",
          "outputs": [
            {
              "name": "percentComplete",
              "type": "uint8"
            },
            {
              "name": "licensingFee",
              "type": "uint256"
            },
            {
              "name": "licensingFeePaid",
              "type": "uint256"
            },
            {
              "name": "valid",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "partial_payment",
              "type": "uint8"
            }
          ],
          "name": "setPartialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "percent_partial",
              "type": "uint8"
            }
          ],
          "name": "setPercentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "bool"
            }
          ],
          "name": "runGrant",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            }
          ],
          "name": "reclaimContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_CHARGE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "percent_complete",
              "type": "uint8"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "reviewContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "PayCredit",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            }
          ],
          "name": "Log",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bool"
            }
          ],
          "name": "LogBool",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "LogAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "uint256"
            }
          ],
          "name": "LogUint256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "int256"
            }
          ],
          "name": "LogInt256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bytes32"
            }
          ],
          "name": "LogBytes32",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunKill",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "proposedStatusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "returnStatusCode",
              "type": "int256"
            }
          ],
          "name": "RunStatusChange",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "calculateAccessCharge",
              "type": "int256"
            }
          ],
          "name": "RunAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunFinalize",
          "type": "event"
        }
      ],
      "name": "Custom Contract"
    }
    Source:

    async ContentObjectOwner({libraryId}) → Promise.<string>

    Returns the address of the owner of the specified content object

    Returns: The account address of the owner
    Parameters:
    Name Type Description
    libraryId string
    Example
    async ContentObjectOwner({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    "0x070a0ca2d123397e322894436be20222bd94aa1f"
    Source:

    async ContentObjects({
    libraryId,
    filterOptionsoptional
    })
    → Promise.<Array.<Object>>

    List content objects in the specified library

    Returns: List of objects in library
    See:
    • /qlibs/:qlibid/q
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    filterOptions object <optional>

    Pagination, sorting and filtering options

    Properties
    Name Type Attributes Default Description
    latestOnly boolean <optional>
    true

    If specified, only latest version of objects will be included

    start number <optional>

    Start index for pagination

    limit number <optional>

    Max number of objects to return

    cacheId string <optional>

    Cache ID corresponding a previous query

    sort Array.<string> | string <optional>

    Sort by the specified key(s)

    • @param {boolean=} filterOptions.sortDesc=false - Sort in descending order
    select Array.<string> | string <optional>

    Include only the specified metadata keys

    filter Array.<object> | object <optional>

    Filter objects by metadata

    Properties
    Name Type Attributes Description
    key string <optional>

    Key to filter on

    type string <optional>

    Type of filter to use for the specified key:

    • eq, neq, lt, lte, gt, gte, cnt (contains), ncnt (does not contain),
    filter string <optional>

    Filter for the specified key

    Examples
    async ContentObjects({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj"
    });
    
    
    {
      "contents": [
        {
          "id": "iq__2aWrWt2obZRqZEvGxjRV2FywwBd1",
          "versions": [
            {
              "id": "iq__2aWrWt2obZRqZEvGxjRV2FywwBd1",
              "hash": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
              "type": "",
              "meta": {
                "name": "Test Object 4",
                "otherKey": 6
              }
            }
          ]
        },
        {
          "id": "iq__2fG8z4m6G8FwrZ8fTnwuuc5UikVf",
          "versions": [
            {
              "id": "iq__2fG8z4m6G8FwrZ8fTnwuuc5UikVf",
              "hash": "hq__7Q8AxTHjjXR7VEm7uaRrswN2bxybe4ecEL8M4qSD9P2Wu4z83TVu1DE7VHiYmiMe9FR4aJfNRX",
              "type": "",
              "meta": {
                "name": "Test Object 9",
                "otherKey": 1
              }
            }
          ]
        },
        {
          "id": "iq__2om8ZBkxnxFDot3Ux9Zm8WVxnDAv",
          "versions": [
            {
              "id": "iq__2om8ZBkxnxFDot3Ux9Zm8WVxnDAv",
              "hash": "hq__LTDreq8EQMgDt2Ns3rzoPZb4UbHP72mNnu87EiQqTu6JCcs8fJdJxqfirKyXQbCpNGPt4iuRga",
              "type": "",
              "meta": {
                "name": "Test Object 1",
                "otherKey": 9
              }
            }
          ]
        },
        {
          "id": "iq__3FEKFrtua1Uh8wKdU6XkhR47TA3Z",
          "versions": [
            {
              "id": "iq__3FEKFrtua1Uh8wKdU6XkhR47TA3Z",
              "hash": "hq__ExzSsqmz8xxPAQnVaTKE55QioAjRUiwoWuphsso99eiAQ2jrBoArTef7jexGpFoNiCwgKii2zb",
              "type": "",
              "meta": {
                "name": "Test Object 2",
                "otherKey": 8
              }
            }
          ]
        },
        {
          "id": "iq__4B3uEPytnuJg1kTr3qTEsvQj7f1V",
          "versions": [
            {
              "id": "iq__4B3uEPytnuJg1kTr3qTEsvQj7f1V",
              "hash": "hq__9FZti4TGm7GpNQNwKMRQoLQ1ACm4bE245vakaofvmSWp4fCSasa7pV6q7Wb2yqmSaq3Jaz5tiX",
              "type": "",
              "meta": {
                "name": "Test Object 8",
                "otherKey": 2
              }
            }
          ]
        },
        {
          "id": "iq__4Qg5sSfEjFbuechmQUzWiXSiD1d3",
          "versions": [
            {
              "id": "iq__4Qg5sSfEjFbuechmQUzWiXSiD1d3",
              "hash": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
              "type": "",
              "meta": {
                "name": "Test Object 6",
                "otherKey": 4
              }
            }
          ]
        },
        {
          "id": "iq__5odXG5EQVEN7HzyS83AchV6Y17J",
          "versions": [
            {
              "id": "iq__5odXG5EQVEN7HzyS83AchV6Y17J",
              "hash": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
              "type": "",
              "meta": {
                "name": "Test Object 7",
                "otherKey": 3
              }
            }
          ]
        },
        {
          "id": "iq__LLXrHfn4uLpTmjR5FQ1gPqMyqpi",
          "versions": [
            {
              "id": "iq__LLXrHfn4uLpTmjR5FQ1gPqMyqpi",
              "hash": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
              "type": "",
              "meta": {
                "name": "Test Object 5",
                "otherKey": 5
              }
            }
          ]
        },
        {
          "id": "iq__TncsWgESm7RrZpDnW5wt9LBXkWV",
          "versions": [
            {
              "id": "iq__TncsWgESm7RrZpDnW5wt9LBXkWV",
              "hash": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
              "type": "",
              "meta": {
                "name": "Test Object 3",
                "otherKey": 7
              }
            }
          ]
        },
        {
          "id": "iq__nURtZTaNtWW2JCbxYqzQDQvyC8r",
          "versions": [
            {
              "id": "iq__nURtZTaNtWW2JCbxYqzQDQvyC8r",
              "hash": "hq__2fT4rUmjFyKn8aM9zRBZ19kSswpniK3TEAe6xPvKeA71qbW4JX9EdHD1iy7FDpbpwG2zdk7bxe",
              "type": "",
              "meta": {
                "name": "Test Object 10",
                "otherKey": 0
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrsMF1pNtSGawQrt9cahD4kA2",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 10
      }
    }
    async ContentObjects({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "filterOptions": {
        "sort": "name"
      }
    });
    
    
    {
      "contents": [
        {
          "id": "iq__2om8ZBkxnxFDot3Ux9Zm8WVxnDAv",
          "versions": [
            {
              "id": "iq__2om8ZBkxnxFDot3Ux9Zm8WVxnDAv",
              "hash": "hq__LTDreq8EQMgDt2Ns3rzoPZb4UbHP72mNnu87EiQqTu6JCcs8fJdJxqfirKyXQbCpNGPt4iuRga",
              "type": "",
              "meta": {
                "name": "Test Object 1",
                "otherKey": 9
              }
            }
          ]
        },
        {
          "id": "iq__nURtZTaNtWW2JCbxYqzQDQvyC8r",
          "versions": [
            {
              "id": "iq__nURtZTaNtWW2JCbxYqzQDQvyC8r",
              "hash": "hq__2fT4rUmjFyKn8aM9zRBZ19kSswpniK3TEAe6xPvKeA71qbW4JX9EdHD1iy7FDpbpwG2zdk7bxe",
              "type": "",
              "meta": {
                "name": "Test Object 10",
                "otherKey": 0
              }
            }
          ]
        },
        {
          "id": "iq__3FEKFrtua1Uh8wKdU6XkhR47TA3Z",
          "versions": [
            {
              "id": "iq__3FEKFrtua1Uh8wKdU6XkhR47TA3Z",
              "hash": "hq__ExzSsqmz8xxPAQnVaTKE55QioAjRUiwoWuphsso99eiAQ2jrBoArTef7jexGpFoNiCwgKii2zb",
              "type": "",
              "meta": {
                "name": "Test Object 2",
                "otherKey": 8
              }
            }
          ]
        },
        {
          "id": "iq__TncsWgESm7RrZpDnW5wt9LBXkWV",
          "versions": [
            {
              "id": "iq__TncsWgESm7RrZpDnW5wt9LBXkWV",
              "hash": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
              "type": "",
              "meta": {
                "name": "Test Object 3",
                "otherKey": 7
              }
            }
          ]
        },
        {
          "id": "iq__2aWrWt2obZRqZEvGxjRV2FywwBd1",
          "versions": [
            {
              "id": "iq__2aWrWt2obZRqZEvGxjRV2FywwBd1",
              "hash": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
              "type": "",
              "meta": {
                "name": "Test Object 4",
                "otherKey": 6
              }
            }
          ]
        },
        {
          "id": "iq__LLXrHfn4uLpTmjR5FQ1gPqMyqpi",
          "versions": [
            {
              "id": "iq__LLXrHfn4uLpTmjR5FQ1gPqMyqpi",
              "hash": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
              "type": "",
              "meta": {
                "name": "Test Object 5",
                "otherKey": 5
              }
            }
          ]
        },
        {
          "id": "iq__4Qg5sSfEjFbuechmQUzWiXSiD1d3",
          "versions": [
            {
              "id": "iq__4Qg5sSfEjFbuechmQUzWiXSiD1d3",
              "hash": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
              "type": "",
              "meta": {
                "name": "Test Object 6",
                "otherKey": 4
              }
            }
          ]
        },
        {
          "id": "iq__5odXG5EQVEN7HzyS83AchV6Y17J",
          "versions": [
            {
              "id": "iq__5odXG5EQVEN7HzyS83AchV6Y17J",
              "hash": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
              "type": "",
              "meta": {
                "name": "Test Object 7",
                "otherKey": 3
              }
            }
          ]
        },
        {
          "id": "iq__4B3uEPytnuJg1kTr3qTEsvQj7f1V",
          "versions": [
            {
              "id": "iq__4B3uEPytnuJg1kTr3qTEsvQj7f1V",
              "hash": "hq__9FZti4TGm7GpNQNwKMRQoLQ1ACm4bE245vakaofvmSWp4fCSasa7pV6q7Wb2yqmSaq3Jaz5tiX",
              "type": "",
              "meta": {
                "name": "Test Object 8",
                "otherKey": 2
              }
            }
          ]
        },
        {
          "id": "iq__2fG8z4m6G8FwrZ8fTnwuuc5UikVf",
          "versions": [
            {
              "id": "iq__2fG8z4m6G8FwrZ8fTnwuuc5UikVf",
              "hash": "hq__7Q8AxTHjjXR7VEm7uaRrswN2bxybe4ecEL8M4qSD9P2Wu4z83TVu1DE7VHiYmiMe9FR4aJfNRX",
              "type": "",
              "meta": {
                "name": "Test Object 9",
                "otherKey": 1
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrs7KMvAZ7vtyzN18nPXR8gd4",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 10
      }
    }
    async ContentObjects({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "filterOptions": {
        "sort": "name",
        "sortDesc": true
      }
    });
    
    
    {
      "contents": [
        {
          "id": "iq__2fG8z4m6G8FwrZ8fTnwuuc5UikVf",
          "versions": [
            {
              "id": "iq__2fG8z4m6G8FwrZ8fTnwuuc5UikVf",
              "hash": "hq__7Q8AxTHjjXR7VEm7uaRrswN2bxybe4ecEL8M4qSD9P2Wu4z83TVu1DE7VHiYmiMe9FR4aJfNRX",
              "type": "",
              "meta": {
                "name": "Test Object 9",
                "otherKey": 1
              }
            }
          ]
        },
        {
          "id": "iq__4B3uEPytnuJg1kTr3qTEsvQj7f1V",
          "versions": [
            {
              "id": "iq__4B3uEPytnuJg1kTr3qTEsvQj7f1V",
              "hash": "hq__9FZti4TGm7GpNQNwKMRQoLQ1ACm4bE245vakaofvmSWp4fCSasa7pV6q7Wb2yqmSaq3Jaz5tiX",
              "type": "",
              "meta": {
                "name": "Test Object 8",
                "otherKey": 2
              }
            }
          ]
        },
        {
          "id": "iq__5odXG5EQVEN7HzyS83AchV6Y17J",
          "versions": [
            {
              "id": "iq__5odXG5EQVEN7HzyS83AchV6Y17J",
              "hash": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
              "type": "",
              "meta": {
                "name": "Test Object 7",
                "otherKey": 3
              }
            }
          ]
        },
        {
          "id": "iq__4Qg5sSfEjFbuechmQUzWiXSiD1d3",
          "versions": [
            {
              "id": "iq__4Qg5sSfEjFbuechmQUzWiXSiD1d3",
              "hash": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
              "type": "",
              "meta": {
                "name": "Test Object 6",
                "otherKey": 4
              }
            }
          ]
        },
        {
          "id": "iq__LLXrHfn4uLpTmjR5FQ1gPqMyqpi",
          "versions": [
            {
              "id": "iq__LLXrHfn4uLpTmjR5FQ1gPqMyqpi",
              "hash": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
              "type": "",
              "meta": {
                "name": "Test Object 5",
                "otherKey": 5
              }
            }
          ]
        },
        {
          "id": "iq__2aWrWt2obZRqZEvGxjRV2FywwBd1",
          "versions": [
            {
              "id": "iq__2aWrWt2obZRqZEvGxjRV2FywwBd1",
              "hash": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
              "type": "",
              "meta": {
                "name": "Test Object 4",
                "otherKey": 6
              }
            }
          ]
        },
        {
          "id": "iq__TncsWgESm7RrZpDnW5wt9LBXkWV",
          "versions": [
            {
              "id": "iq__TncsWgESm7RrZpDnW5wt9LBXkWV",
              "hash": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
              "type": "",
              "meta": {
                "name": "Test Object 3",
                "otherKey": 7
              }
            }
          ]
        },
        {
          "id": "iq__3FEKFrtua1Uh8wKdU6XkhR47TA3Z",
          "versions": [
            {
              "id": "iq__3FEKFrtua1Uh8wKdU6XkhR47TA3Z",
              "hash": "hq__ExzSsqmz8xxPAQnVaTKE55QioAjRUiwoWuphsso99eiAQ2jrBoArTef7jexGpFoNiCwgKii2zb",
              "type": "",
              "meta": {
                "name": "Test Object 2",
                "otherKey": 8
              }
            }
          ]
        },
        {
          "id": "iq__nURtZTaNtWW2JCbxYqzQDQvyC8r",
          "versions": [
            {
              "id": "iq__nURtZTaNtWW2JCbxYqzQDQvyC8r",
              "hash": "hq__2fT4rUmjFyKn8aM9zRBZ19kSswpniK3TEAe6xPvKeA71qbW4JX9EdHD1iy7FDpbpwG2zdk7bxe",
              "type": "",
              "meta": {
                "name": "Test Object 10",
                "otherKey": 0
              }
            }
          ]
        },
        {
          "id": "iq__2om8ZBkxnxFDot3Ux9Zm8WVxnDAv",
          "versions": [
            {
              "id": "iq__2om8ZBkxnxFDot3Ux9Zm8WVxnDAv",
              "hash": "hq__LTDreq8EQMgDt2Ns3rzoPZb4UbHP72mNnu87EiQqTu6JCcs8fJdJxqfirKyXQbCpNGPt4iuRga",
              "type": "",
              "meta": {
                "name": "Test Object 1",
                "otherKey": 9
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrsSfWhAWjn22NucGjCBPaRzT",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 10
      }
    }
    async ContentObjects({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "filterOptions": {
        "sort": [
          "name"
        ],
        "filter": [
          {
            "key": "name",
            "type": "gte",
            "filter": "Test Object 3"
          },
          {
            "key": "name",
            "type": "lte",
            "filter": "Test Object 7"
          }
        ]
      }
    });
    
    
    {
      "contents": [
        {
          "id": "iq__TncsWgESm7RrZpDnW5wt9LBXkWV",
          "versions": [
            {
              "id": "iq__TncsWgESm7RrZpDnW5wt9LBXkWV",
              "hash": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
              "type": "",
              "meta": {
                "name": "Test Object 3",
                "otherKey": 7
              }
            }
          ]
        },
        {
          "id": "iq__2aWrWt2obZRqZEvGxjRV2FywwBd1",
          "versions": [
            {
              "id": "iq__2aWrWt2obZRqZEvGxjRV2FywwBd1",
              "hash": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
              "type": "",
              "meta": {
                "name": "Test Object 4",
                "otherKey": 6
              }
            }
          ]
        },
        {
          "id": "iq__LLXrHfn4uLpTmjR5FQ1gPqMyqpi",
          "versions": [
            {
              "id": "iq__LLXrHfn4uLpTmjR5FQ1gPqMyqpi",
              "hash": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
              "type": "",
              "meta": {
                "name": "Test Object 5",
                "otherKey": 5
              }
            }
          ]
        },
        {
          "id": "iq__4Qg5sSfEjFbuechmQUzWiXSiD1d3",
          "versions": [
            {
              "id": "iq__4Qg5sSfEjFbuechmQUzWiXSiD1d3",
              "hash": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
              "type": "",
              "meta": {
                "name": "Test Object 6",
                "otherKey": 4
              }
            }
          ]
        },
        {
          "id": "iq__5odXG5EQVEN7HzyS83AchV6Y17J",
          "versions": [
            {
              "id": "iq__5odXG5EQVEN7HzyS83AchV6Y17J",
              "hash": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
              "type": "",
              "meta": {
                "name": "Test Object 7",
                "otherKey": 3
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrs7CP85E4WpxW6B3SriYM2pY",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 5
      }
    }
    async ContentObjects({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "filterOptions": {
        "sort": "name",
        "select": [
          "name"
        ]
      }
    });
    
    
    {
      "contents": [
        {
          "id": "iq__2om8ZBkxnxFDot3Ux9Zm8WVxnDAv",
          "versions": [
            {
              "id": "iq__2om8ZBkxnxFDot3Ux9Zm8WVxnDAv",
              "hash": "hq__LTDreq8EQMgDt2Ns3rzoPZb4UbHP72mNnu87EiQqTu6JCcs8fJdJxqfirKyXQbCpNGPt4iuRga",
              "type": "",
              "meta": {
                "name": "Test Object 1"
              }
            }
          ]
        },
        {
          "id": "iq__nURtZTaNtWW2JCbxYqzQDQvyC8r",
          "versions": [
            {
              "id": "iq__nURtZTaNtWW2JCbxYqzQDQvyC8r",
              "hash": "hq__2fT4rUmjFyKn8aM9zRBZ19kSswpniK3TEAe6xPvKeA71qbW4JX9EdHD1iy7FDpbpwG2zdk7bxe",
              "type": "",
              "meta": {
                "name": "Test Object 10"
              }
            }
          ]
        },
        {
          "id": "iq__3FEKFrtua1Uh8wKdU6XkhR47TA3Z",
          "versions": [
            {
              "id": "iq__3FEKFrtua1Uh8wKdU6XkhR47TA3Z",
              "hash": "hq__ExzSsqmz8xxPAQnVaTKE55QioAjRUiwoWuphsso99eiAQ2jrBoArTef7jexGpFoNiCwgKii2zb",
              "type": "",
              "meta": {
                "name": "Test Object 2"
              }
            }
          ]
        },
        {
          "id": "iq__TncsWgESm7RrZpDnW5wt9LBXkWV",
          "versions": [
            {
              "id": "iq__TncsWgESm7RrZpDnW5wt9LBXkWV",
              "hash": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
              "type": "",
              "meta": {
                "name": "Test Object 3"
              }
            }
          ]
        },
        {
          "id": "iq__2aWrWt2obZRqZEvGxjRV2FywwBd1",
          "versions": [
            {
              "id": "iq__2aWrWt2obZRqZEvGxjRV2FywwBd1",
              "hash": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
              "type": "",
              "meta": {
                "name": "Test Object 4"
              }
            }
          ]
        },
        {
          "id": "iq__LLXrHfn4uLpTmjR5FQ1gPqMyqpi",
          "versions": [
            {
              "id": "iq__LLXrHfn4uLpTmjR5FQ1gPqMyqpi",
              "hash": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
              "type": "",
              "meta": {
                "name": "Test Object 5"
              }
            }
          ]
        },
        {
          "id": "iq__4Qg5sSfEjFbuechmQUzWiXSiD1d3",
          "versions": [
            {
              "id": "iq__4Qg5sSfEjFbuechmQUzWiXSiD1d3",
              "hash": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
              "type": "",
              "meta": {
                "name": "Test Object 6"
              }
            }
          ]
        },
        {
          "id": "iq__5odXG5EQVEN7HzyS83AchV6Y17J",
          "versions": [
            {
              "id": "iq__5odXG5EQVEN7HzyS83AchV6Y17J",
              "hash": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
              "type": "",
              "meta": {
                "name": "Test Object 7"
              }
            }
          ]
        },
        {
          "id": "iq__4B3uEPytnuJg1kTr3qTEsvQj7f1V",
          "versions": [
            {
              "id": "iq__4B3uEPytnuJg1kTr3qTEsvQj7f1V",
              "hash": "hq__9FZti4TGm7GpNQNwKMRQoLQ1ACm4bE245vakaofvmSWp4fCSasa7pV6q7Wb2yqmSaq3Jaz5tiX",
              "type": "",
              "meta": {
                "name": "Test Object 8"
              }
            }
          ]
        },
        {
          "id": "iq__2fG8z4m6G8FwrZ8fTnwuuc5UikVf",
          "versions": [
            {
              "id": "iq__2fG8z4m6G8FwrZ8fTnwuuc5UikVf",
              "hash": "hq__7Q8AxTHjjXR7VEm7uaRrswN2bxybe4ecEL8M4qSD9P2Wu4z83TVu1DE7VHiYmiMe9FR4aJfNRX",
              "type": "",
              "meta": {
                "name": "Test Object 9"
              }
            }
          ]
        }
      ],
      "paging": {
        "cache_id": "icrsDDGPobPfLSXQL9eqCbyzU4",
        "cached": false,
        "next": 0,
        "previous": 0,
        "first": 0,
        "last": 0,
        "current": 0,
        "pages": 1,
        "limit": 100,
        "items": 10
      }
    }
    Source:

    async ContentObjectVersions({
    libraryId,
    objectId
    })
    → Promise.<Object>

    List the versions of a content object

    Returns: Response containing versions of the object
    See:
    • /qlibs/:qlibid/qid/:objectid
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    Example
    async ContentObjectVersions({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "noAuth": true
    });
    
    
    {
      "id": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "versions": [
        {
          "id": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
          "hash": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
          "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
        },
        {
          "id": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
          "hash": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
          "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
        }
      ]
    }
    Source:

    async ContentPart({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    partHash
    })
    → Promise.<Object>

    Get information on a specific part

    Returns: Response containing information about the specified part
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    partHash string

    Hash of the part to retrieve

    Examples
    async ContentPart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "partHash": "hqp_MJtGtTBS1fw1gr8srtzfmk9PGSYzFNwfzYAm15CZGZ1jT9HP"
    });
    
    
    {
      "content": {
        "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
        "hash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
        "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
      },
      "part": {
        "hash": "hqp_MJtGtTBS1fw1gr8srtzfmk9PGSYzFNwfzYAm15CZGZ1jT9HP",
        "size": 100000
      }
    }
    async ContentPart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "partHash": "hqpeAMT9EBEfriu6GxPKgiYgR7C3zhYHpabPcHQeURkujA2UEREV"
    });
    
    
    {
      "content": {
        "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
        "hash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
        "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
      },
      "part": {
        "hash": "hqpeAMT9EBEfriu6GxPKgiYgR7C3zhYHpabPcHQeURkujA2UEREV",
        "size": 104970
      }
    }
    Source:

    async ContentParts({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional
    })
    → Promise.<Object>

    List content object parts

    Returns: Response containing list of parts of the object
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    Examples
    async ContentParts({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    [
      {
        "hash": "hqp_NqcurcF2mZVL5zuW524CuB7HLKWvNBavwPptvxfoe3igfe93",
        "size": 100000
      },
      {
        "hash": "hqpe2xJtSFfYXg4PfFueTdvAjLecJZAoUyqGevesXVSdhmmGhwSM",
        "size": 102657
      },
      {
        "hash": "hqp_MJtGtTBS1fw1gr8srtzfmk9PGSYzFNwfzYAm15CZGZ1jT9HP",
        "size": 100000
      },
      {
        "hash": "hqpeAMT9EBEfriu6GxPKgiYgR7C3zhYHpabPcHQeURkujA2UEREV",
        "size": 104970
      }
    ]
    async ContentParts({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    [
      {
        "hash": "hqpe2xJtSFfYXg4PfFueTdvAjLecJZAoUyqGevesXVSdhmmGhwSM",
        "size": 102657
      },
      {
        "hash": "hqpeAMT9EBEfriu6GxPKgiYgR7C3zhYHpabPcHQeURkujA2UEREV",
        "size": 104970
      },
      {
        "hash": "hqp_DgxZtosk8qb7xEJC1tLmv4SmwpCAWXGnKjSPpQEqoRgjtgMH",
        "size": 200000
      },
      {
        "hash": "hqp_21EGs7Qn1YPPSN16C1BsX12Fj7ZcJdSe5gJ7XbGy8CFSJLfXHy",
        "size": 33554432
      },
      {
        "hash": "hqp_weywY8hZN6DtGon3FGUnqmc5iqDsdZP3GGYVcsfHDfVKrMmsV",
        "size": 33554432
      },
      {
        "hash": "hqp_2CGYfTCAZ4PPtaMJzXYqJNuLiDV9SHJPhTmJyc17vg2gzMT9HX",
        "size": 30835310
      }
    ]
    Source:

    ContentSpaceId() → string

    Get the ID of the current content space

    Returns:

    contentSpaceId - The ID of the current content space

    Source:

    async ContentType({
    nameoptional,
    typeIdoptional,
    versionHashoptional
    })
    → Promise.<Object>

    Find the content type accessible to the current user by name, ID, or version hash

    Returns: The content type, if found
    Parameters:
    Name Type Attributes Description
    name string <optional>

    Name of the content type to find

    typeId string <optional>

    ID of the content type to find

    versionHash string <optional>

    Version hash of the content type to find

    Examples
    async ContentType({
      "typeId": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB"
    });
    
    
    {
      "id": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
      "hash": "hq__5bTqMC7GVNBt6FwCia9Vddt2b8X3qvCudLGFfm5yCyTF7p8Eho9Fspn7Pfu3e6ZJPhTL86v4ph",
      "name": "IMF",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 798259
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 1082307
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "IMF"
      }
    }
    async ContentType({
      "typeId": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa"
    });
    
    
    {
      "id": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
      "hash": "hq__7HBasPghuRRKA39eNXwdvqdytUsq8XKYC4X2wfumA8iNE6F6mFK6G576n5D82mkmCcQCK9bkWx",
      "name": "Channel",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 82111
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 82111
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Channel"
      }
    }
    async ContentType({
      "typeId": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
    });
    
    
    {
      "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
      "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
      "name": "Library",
      "meta": {
        "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
        "eluv.description": "",
        "name": "Library"
      }
    }
    async ContentType({
      "typeId": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq"
    });
    
    
    {
      "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
      "name": "Production Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "name": "Production Master"
      }
    }
    async ContentType({
      "typeId": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1"
    });
    
    
    {
      "id": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
      "hash": "hq__D682LXFAk7BpchACcWfYJtbUjSGnk7SWDHpBN915WSQ8kPcDRBTBxpBNMzj6eKsvio3FdvyG4o",
      "name": "Linear Channel old",
      "meta": {
        "bitcode_part": "hqp_JURXeNX8pZ2t8X92Ji3RHrhHeBd5SoS4qYDWfc76YyczGgGB",
        "eluv.description": "",
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 48699
            }
          },
          "elv-apps.css": {
            ".": {
              "parts": [
                2
              ],
              "size": 37627
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 48699
            }
          }
        },
        "mime-types": {
          "css": "text/css",
          "html": "text/html"
        },
        "name": "Linear Channel old"
      }
    }
    async ContentType({
      "typeId": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi"
    });
    
    
    {
      "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
      "name": "ABR Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp/index.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp": {
            ".": {
              "type": "directory"
            },
            "index.html": {
              ".": {
                "parts": [
                  73
                ],
                "size": 1219848
              }
            }
          },
          "displayApp.html": {
            ".": {
              "parts": [
                60
              ],
              "size": 1219577
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 1082307
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "ABR Master"
      }
    }
    async ContentType({
      "typeId": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E"
    });
    
    
    {
      "id": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E",
      "hash": "hq__53F6TPFf9o7kr1R2DaMDEHtFZmDXcth6PvyGZKPr3huDxuZ9RQTj9Bh2sYEX3LrayKDdYzhii4",
      "name": "Video",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.allowCustomMetadata": true,
        "eluv.schema": [
          {
            "key": "name",
            "label": "Name",
            "required": true,
            "type": "string"
          },
          {
            "key": "eluv.description",
            "label": "Description",
            "required": false,
            "type": "text"
          },
          {
            "accept": [
              "image/*"
            ],
            "key": "image",
            "label": "Thumbnail",
            "preview": true,
            "required": true,
            "type": "file"
          },
          {
            "accept": [
              "video/*"
            ],
            "key": "video",
            "label": "Video",
            "required": false,
            "type": "file"
          }
        ],
        "name": "Video"
      }
    }
    async ContentType({
      "typeId": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG"
    });
    
    
    {
      "id": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
      "hash": "hq__BfTx44WidNnUaMCH7aWmMpKge5pJrmekMfsrguTmEYmuG3erWYC6rU4zPQC54f1nmuXLQEW8ie",
      "name": "Commercial Offering",
      "meta": {
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x7056051266692d83bb070a0600adae7ea1873f15",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f6666724d677232303139303232363133343630304d4c60055560018054600160a060020a03199081163290811790925560028054909116909117905561169a806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517f564fb18d0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063564fb18d9250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051610eac806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029a165627a7a72305820af7597711e9b50552780f0bcc71787559afb50142134dcad6e5319c76d0307430029"
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 72522
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 72522
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Commercial Offering"
      }
    }
    async ContentType({
      "typeId": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX"
    });
    
    
    {
      "id": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
      "hash": "hq__4oc8dkS2Czym9cvNAHmaJtKNoF28wtZM5rau1JHnExZHVvmZhGrqu2pzXDzbusP4aLbWchW5QB",
      "name": "Advertisement",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getAmount",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "request_ID",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "custom_values",
                  "type": "bytes32[]"
                },
                {
                  "name": "stake_holders",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "request_ID",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_ID",
                  "type": "uint256"
                },
                {
                  "name": "ad_address",
                  "type": "address"
                }
              ],
              "name": "dbgRequest",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "bitcodeAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "maxCreditPerAd",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getContent",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getOriginator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getAdvertisement",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "creditPerAd",
                  "type": "uint256"
                }
              ],
              "name": "setMaxCreditPerAd",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "request_data_ID",
                  "type": "bytes32"
                }
              ],
              "name": "getCampaign",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "name": "requestMap",
              "outputs": [
                {
                  "name": "originator",
                  "type": "address"
                },
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "advertisement",
                  "type": "address"
                },
                {
                  "name": "campaign",
                  "type": "address"
                },
                {
                  "name": "amount",
                  "type": "uint256"
                },
                {
                  "name": "status",
                  "type": "int8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "bitcode",
                  "type": "address"
                }
              ],
              "name": "setBitcodeAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "content_address",
                  "type": "address"
                },
                {
                  "name": "campaign_address",
                  "type": "address"
                },
                {
                  "name": "ad_address",
                  "type": "address"
                },
                {
                  "name": "amount",
                  "type": "bytes32"
                }
              ],
              "name": "createMessage",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "maxCreditPerAd",
                  "type": "uint256"
                }
              ],
              "name": "MaxCreditPerAd",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "bitcode",
                  "type": "address"
                }
              ],
              "name": "BitcodeAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "flag",
                  "type": "bool"
                }
              ],
              "name": "dbgBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "addr",
                  "type": "address"
                }
              ],
              "name": "dbgAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "num",
                  "type": "uint256"
                }
              ],
              "name": "dbgUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "num",
                  "type": "uint8"
                }
              ],
              "name": "dbgUint8",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "dbgByte32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "msg",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes"
                }
              ],
              "name": "dbgBytes",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x4f98f2f2c7cec6576cb9bd60aeab07a6bb7030a5",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677241647665727469736d6e7432303139303531303135323230304d4c60055560085560018054600160a060020a031990811632908117909255600280549091169091179055611592806100a76000396000f30060806040526004361061017f5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101815780630e0a0d74146101b25780630f82c16f146101dc578063123e0e80146102a1578063176859531461032e578063208daa4f1461033c5780633513a8051461036057806341c0e1b51461036b5780634508044214610380578063508ddbb01461039857806354fd4d50146103ad57806355a632f8146103c25780635cc15001146103d75780636af27417146103ef5780636d2e4b1b1461041a5780637afc54d41461043b5780637b1cdb3e146104535780638da5cb5b1461045b57806398980081146104705780639e99bbea14610453578063af570c0414610488578063b535b03e1461049d578063c5f8c53f146104b2578063cabe0452146104ca578063d4ecba4f146104e2578063dded4d7b14610544578063e75c24bb14610565578063e870ed911461060a578063f185db0c1461061a578063f2fde38b1461062f575b005b34801561018d57600080fd5b50610196610650565b60408051600160a060020a039092168252519081900360200190f35b3480156101be57600080fd5b506101ca60043561065f565b60408051918252519081900360200190f35b3480156101e857600080fd5b5060408051602060046024803582810135848102808701860190975280865261027296843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106bc9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101ca958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106cb9650505050505050565b6101ca60043560243561092a565b34801561034857600080fd5b506101ca600435600160a060020a0360243516610bea565b6101ca600435610c97565b34801561037757600080fd5b5061017f610c9a565b34801561038c57600080fd5b506101ca600435610cd6565b3480156103a457600080fd5b50610196610cdc565b3480156103b957600080fd5b506101ca610ceb565b3480156103ce57600080fd5b506101ca610cf1565b3480156103e357600080fd5b50610196600435610cf7565b3480156103fb57600080fd5b50610404610d15565b6040805160ff9092168252519081900360200190f35b34801561042657600080fd5b5061017f600160a060020a0360043516610d1a565b34801561044757600080fd5b50610196600435610d75565b6101ca610d90565b34801561046757600080fd5b50610196610d95565b34801561047c57600080fd5b50610196600435610da4565b34801561049457600080fd5b50610196610dd1565b3480156104a957600080fd5b50610404610de0565b3480156104be57600080fd5b5061017f600435610de5565b3480156104d657600080fd5b50610196600435610e4e565b3480156104ee57600080fd5b506104fa600435610e6c565b60408051600160a060020a0397881681529587166020870152938616858501529190941660608401526080830193909352600092830b90920b60a082015290519081900360c00190f35b34801561055057600080fd5b50610196600160a060020a0360043516610eb2565b34801561057157600080fd5b50610595600160a060020a0360043581169060243581169060443516606435610f58565b6040805160208082528351818301528351919283929083019185019080838360005b838110156105cf5781810151838201526020016105b7565b50505050905090810190601f1680156105fc5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101ca60043560243515156111af565b34801561062657600080fd5b506104046111b7565b34801561063b57600080fd5b5061017f600160a060020a03600435166111bc565b600154600160a060020a031681565b600081815260076020526040812060010154600160a060020a03161580159061069b5750600082815260076020526040812060050154810b900b155b15156106a657600080fd5b5060009081526007602052604090206004015490565b60076000808093509350935093565b60008060008060008060008060008951600014156106ec576000985061091a565b8960008151811015156106fb57fe5b602090810290910101519750600160a060020a038816156109155789600181518110151561072557fe5b9060200190602002015196508a600081518110151561074057fe5b9060200190602002015195508a600181518110151561075b57fe5b6020908102909101015160001a60f860020a0260f860020a900494508a600281518110151561078657fe5b9060200190602002015193508a60038151811015156107a157fe5b60209081029091010151600654909350600160a060020a0316156107cd576107cd88888888888861122e565b60085415806107de57506008548611155b15156107e957600080fd5b86915081600160a060020a0316632310167f6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b15801561084357600080fd5b505af1158015610857573d6000803e3d6000fd5b505050506040513d602081101561086d57600080fd5b5051604080517ff06148f2000000000000000000000000000000000000000000000000000000008152336004820152602481018990529051919250600160a060020a0383169163f06148f2916044808201926020929091908290030181600087803b1580156108db57600080fd5b505af11580156108ef573d6000803e3d6000fd5b505050506040513d602081101561090557600080fd5b5061091590508d89338a8a6113b3565b600098505b5050505050505050949350505050565b600080600080600033876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106109aa5780518252601f19909201916020918201910161098b565b51815160001960209485036101000a0190811690199190911617905260408051949092018490039093206000818152600790945292208054929850965050600160a060020a031632149150508015610a0b57506005830154600090810b900b155b1515610a1657600080fd5b60008481526007602090815260408083206003015481517f2310167f0000000000000000000000000000000000000000000000000000000081529151600160a060020a0390911695508593632310167f93600480850194919392918390030190829087803b158015610a8757600080fd5b505af1158015610a9b573d6000803e3d6000fd5b505050506040513d6020811015610ab157600080fd5b5051604080517fcfefb3d5000000000000000000000000000000000000000000000000000000008152600481018790529051919250600160a060020a0383169163cfefb3d5916024808201926020929091908290030181600087803b158015610b1957600080fd5b505af1158015610b2d573d6000803e3d6000fd5b505050506040513d6020811015610b4357600080fd5b50506000848152600760209081526040808320805473ffffffffffffffffffffffffffffffffffffffff1990811682556001820180548216905560028201805482169055600382018054909116905560048101849055600501805460ff1916905580518a81529182019290925281517fbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891929181900390910190a15060009695505050505050565b600081836040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b60208310610c645780518252601f199092019160209182019101610c45565b5181516020939093036101000a600019018019909116921691909117905260405192018290039091209695505050505050565b90565b600254600160a060020a0316321480610cbd5750600254600160a060020a031633145b1515610cc857600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b60055481565b60085481565b600090815260076020526040902060010154600160a060020a031690565b600281565b600154600160a060020a03163214610d3157600080fd5b600160a060020a0381161515610d4657600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090815260076020526040902054600160a060020a031690565b600090565b600254600160a060020a031681565b600081815260076020526040812060020154600160a060020a0316801515610dcb57600080fd5b92915050565b600354600160a060020a031681565b600181565b600254600160a060020a0316321480610e085750600254600160a060020a031633145b1515610e1357600080fd5b60088190556040805182815290517f1f6808146a51d157d9343b08ee6fce3b39b0e5b419f4c8524a56512acf5ba2b59181900360200190a150565b600090815260076020526040902060030154600160a060020a031690565b600760205260009081526040812080546001820154600283015460038401546004850154600590950154600160a060020a03948516969385169592851694909116920b86565b600254600090600160a060020a0316321480610ed85750600254600160a060020a031633145b1515610ee357600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03848116919091179182905560408051929091168252517fecfcc1bcfb602db0a89a128bad350799ac7741ae87395080e8da39da6f100fcb916020908290030190a15050600654600160a060020a031690565b60408051606080825260808201909252819060009081908360208201610c00803883395050815191945060fd60020a918591506000908110610f9657fe5b906020010190600160f860020a031916908160001a905350825160fd60020a9084906015908110610fc357fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490602a908110610ff057fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490603f90811061101d57fe5b906020010190600160f860020a031916908160001a905350600091505b601482101561113e578160130360080260020a86600160a060020a031681151561106057fe5b0490508060f860020a02838360010181518110151561107b57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a87600160a060020a03168115156110b057fe5b0490508060f860020a0283836016018151811015156110cb57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a88600160a060020a031681151561110057fe5b0490508060f860020a028383602b0181518110151561111b57fe5b906020010190600160f860020a031916908160001a90535060019091019061103a565b600091505b60208210156111a35784826020811061115857fe5b1a60f860020a0260f860020a900490508060f860020a02838360400181518110151561118057fe5b906020010190600160f860020a031916908160001a905350600190910190611143565b50909695505050505050565b600092915050565b600481565b600254600160a060020a03163214806111df5750600254600160a060020a031633145b15156111ea57600080fd5b600160a060020a03811615156111ff57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b606060008061123f8989338a610f58565b92508260405160200180807f19457468657265756d205369676e6564204d6573736167653a0a393600000000815250601c0182805190602001908083835b6020831061129c5780518252601f19909201916020918201910161127d565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040526040518082805190602001908083835b602083106112ff5780518252601f1990920191602091820191016112e0565b51815160209384036101000a600019018019909216911617905260408051929094018290038220600080845283830180875282905260ff8e1684870152606084018d9052608084018c905294519098506001965060a080840196509194601f19820194509281900390910191865af115801561137f573d6000803e3d6000fd5b5050604051601f190151600654909250600160a060020a0380841691161490506113a857600080fd5b505050505050505050565b60006113bd611531565b84876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106114355780518252601f199092019160209182019101611416565b51815160209384036101000a60001901801990921691161790526040805192909401829003822060c083018552328352600160a060020a039c8d168383019081529b8d168386019081529a8d1660608401908152608084019a8b52600060a0850181815292815260079093529482209251835473ffffffffffffffffffffffffffffffffffffffff19908116918f169190911784559b516001840180548e16918f1691909117905599516002830180548d16918e169190911790559251600382018054909b169b169a909a1790985594516004890155505092516005909501805460ff191660ff9690930b959095169190911790935550505050565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a0810191909152905600a165627a7a7230582074c6feb6abc40b710f5a82fb8c9cff0bc13b436a30507d84bd5fe87b160140d30029"
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 73720
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 73720
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Advertisement"
      }
    }
    async ContentType({
      "typeId": "iq__3ugM27TmKaK3aH5FhroqAGddFoty"
    });
    
    
    {
      "id": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
      "hash": "hq__DxBV4QBDgXLYto9C4CuZ8Pwwo4JWQoufdCxFpHE58Koiqwm7Vg3SNywCWZL9RMHF77sR9aPskh",
      "name": "Campaign",
      "meta": {
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "percent",
                  "type": "uint8"
                }
              ],
              "name": "setLibraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignLibraryAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "libraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_library_address",
                  "type": "address"
                }
              ],
              "name": "setCampaignLibraryAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "market_place_address",
                  "type": "address"
                }
              ],
              "name": "setMarketPlaceAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "initializedAsCampaignMgr",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "marketPlaceAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x8071af01e88a02afef5acaf47d95d1c6a415b53e",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029",
          "factoryAbi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "percent",
                  "type": "uint8"
                }
              ],
              "name": "setLibraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignLibraryAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "libraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_library_address",
                  "type": "address"
                }
              ],
              "name": "setCampaignLibraryAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "market_place_address",
                  "type": "address"
                }
              ],
              "name": "setMarketPlaceAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "initializedAsCampaignMgr",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "marketPlaceAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ]
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                2
              ],
              "size": 40858
            }
          },
          "elv-apps.css": {
            ".": {
              "parts": [
                4
              ],
              "size": 37627
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                3
              ],
              "size": 40858
            }
          }
        },
        "mime-types": {
          "css": "text/css",
          "html": "text/html"
        },
        "name": "Campaign"
      }
    }
    async ContentType({
      "typeId": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr"
    });
    
    
    {
      "id": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
      "hash": "hq__pbFJL9TRrNHx2oyqQ92Qs6UTxMuGv1on8wmfmFCf7NbfVerp6HftZuck4m4PntNzCfosVPhhk",
      "name": "Campaign Manager",
      "meta": {
        "bitcode_part": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww",
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0xfb8b470b7577efad41c15598cb2e9380b473ace3",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d67724d61726b6574506c61636532303139303232323135333730304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055612887806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517fcc98ef960000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063cc98ef969250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051612099806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029a165627a7a72305820ed3afe68d298bebb00ddd5a9cbd8eb2d90fa41722b907caa3208d04dd38cb2c80029",
          "factoryAbi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "percent",
                  "type": "uint8"
                }
              ],
              "name": "setLibraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignLibraryAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "libraryRetrocession",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_library_address",
                  "type": "address"
                }
              ],
              "name": "setCampaignLibraryAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "market_place_address",
                  "type": "address"
                }
              ],
              "name": "setMarketPlaceAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "initializedAsCampaignMgr",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "marketPlaceAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ]
        },
        "eluv-fb.parts": {
          "adsmanager.bc": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww"
        },
        "eluv.description": "",
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                5
              ],
              "size": 39752
            }
          },
          "elv-apps.css": {
            ".": {
              "parts": [
                4
              ],
              "size": 37627
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                6
              ],
              "size": 39752
            }
          }
        },
        "mime-types": {
          "css": "text/css",
          "html": "text/html"
        },
        "name": "Campaign Manager"
      }
    }
    async ContentType({
      "typeId": "iq__2punfHYE6Xv6B5GmRiuCorsELxei"
    });
    
    
    {
      "id": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
      "hash": "hq__Dp62NfiHS9PdwxXUNrrFFou3k59hMuWDUCbH3n5GmU3icDj7BQ1Nxz2yhdeEE6p4hnbqvTNDg2",
      "name": "Submission",
      "meta": {
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "licensingFee",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "percentPartial",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "withdraw",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "status_code",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "STATUS_FINAL_REVIEW",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "partialPayment",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content_address",
                  "type": "address"
                },
                {
                  "name": "new_owner",
                  "type": "address"
                }
              ],
              "name": "transferContentOwnership",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "STATUS_DRAFT_APPROVED",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "licensing_fee",
                  "type": "uint256"
                }
              ],
              "name": "setLicensingFee",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "name": "licensingStatus",
              "outputs": [
                {
                  "name": "percentComplete",
                  "type": "uint8"
                },
                {
                  "name": "licensingFee",
                  "type": "uint256"
                },
                {
                  "name": "licensingFeePaid",
                  "type": "uint256"
                },
                {
                  "name": "valid",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "partial_payment",
                  "type": "uint8"
                }
              ],
              "name": "setPartialPayment",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "percent_partial",
                  "type": "uint8"
                }
              ],
              "name": "setPercentPartial",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content_address",
                  "type": "address"
                }
              ],
              "name": "reclaimContentOwnership",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content_contract",
                  "type": "address"
                },
                {
                  "name": "approved",
                  "type": "bool"
                },
                {
                  "name": "percent_complete",
                  "type": "uint8"
                },
                {
                  "name": "note",
                  "type": "string"
                }
              ],
              "name": "reviewContent",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "content",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "PayCredit",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x1515ebcf2c7d5eaa53259543efe36e08de76b708",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058202884804d43a9a152fb3d67b3c22bd9c9f4e20b07cc2c89c3660aa73a4de314e60029"
        },
        "eluv.reviewApp": "reviewApp.html",
        "eluv.schema": [
          {
            "key": "name",
            "label": "Name",
            "type": "string"
          },
          {
            "fields": [
              {
                "key": "title",
                "label": "Title",
                "type": "string"
              },
              {
                "key": "synopsis",
                "label": "Synopsis",
                "type": "text"
              },
              {
                "key": "cast_and_crew",
                "label": "Cast and Crew",
                "type": "string"
              }
            ],
            "flattenDisplay": true,
            "key": "metadata",
            "type": "object"
          },
          {
            "key": "blog_post",
            "label": "Blog Post",
            "type": "text"
          },
          {
            "fields": [
              {
                "fields": [
                  {
                    "key": "1",
                    "label": "Text 1",
                    "type": "string"
                  },
                  {
                    "key": "2",
                    "label": "Text 2",
                    "type": "string"
                  }
                ],
                "flattenDisplay": true,
                "key": "text",
                "type": "object"
              }
            ],
            "key": "facebook",
            "label": "Facebook",
            "type": "object"
          },
          {
            "fields": [
              {
                "fields": [
                  {
                    "key": "1",
                    "label": "Text 1",
                    "type": "string"
                  },
                  {
                    "key": "2",
                    "label": "Text 2",
                    "type": "string"
                  }
                ],
                "flattenDisplay": true,
                "key": "text",
                "type": "object"
              },
              {
                "key": "description",
                "label": "Description",
                "type": "text"
              }
            ],
            "key": "youtube",
            "label": "YouTube",
            "type": "object"
          },
          {
            "accept": [
              "image/*"
            ],
            "key": "image",
            "label": "Primary Image",
            "preview": true,
            "type": "file"
          },
          {
            "accept": [
              "video/*"
            ],
            "key": "video",
            "label": "Full Video",
            "type": "file"
          },
          {
            "key": "preview_spacer",
            "label": "",
            "text": "",
            "type": "label"
          },
          {
            "accept": [
              "image/*"
            ],
            "key": "preview_image",
            "label": "Preview Image",
            "preview": true,
            "type": "file"
          },
          {
            "accept": [
              "video/*"
            ],
            "key": "preview_video",
            "label": "Preview Video",
            "type": "file"
          },
          {
            "key": "tag_spacer",
            "label": "",
            "text": "",
            "type": "label"
          },
          {
            "key": "tags",
            "label": "Tags",
            "type": "list"
          },
          {
            "key": "terms_and_conditions_label",
            "label": "",
            "text": "Before submitting this content, you must agree to the Terms and Conditions below",
            "type": "label"
          },
          {
            "filename": "Terms and Conditions.pdf",
            "hash": "hqp_QmUzs9ticwCsejnjdRrwHsThiNGvNytEFTVY21ZrNKKWAr",
            "key": "terms_and_conditions",
            "label": "Terms and Conditions",
            "type": "attachedFile"
          },
          {
            "key": "agree_to_terms",
            "label": "I agree",
            "required": true,
            "type": "boolean"
          }
        ],
        "files": {
          ".": {
            "type": "directory"
          },
          "reviewApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 206344
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Submission"
      }
    }
    async ContentType({
      "typeId": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg"
    });
    
    
    {
      "id": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
      "hash": "hq__7PYaQbqz7zju1C3cmEU2x7cF5nbsxAnj951JT96NseEGD571KfMfVoNvb9go3kdcJmb4FpD5Gc",
      "name": "Sponsored Content",
      "meta": {
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "validateAvailability",
              "outputs": [],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "score_pct",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "preset_access_charge",
                  "type": "uint256"
                }
              ],
              "name": "setPresetAccessCharge",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "mandatoryPresetAccessCharge",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_manager",
                  "type": "address"
                }
              ],
              "name": "setCampaignManager",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "mandatory_preset_access_charge",
                  "type": "bool"
                }
              ],
              "name": "setMandatoryPresetAccessCharge",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "commercialOfferingManagerAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "region",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "commercial_offering_manager_address",
                  "type": "address"
                }
              ],
              "name": "setCommercialOfferingManagerAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "r",
                  "type": "address"
                }
              ],
              "name": "setRegion",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "mandatory_sponsoring",
                  "type": "bool"
                }
              ],
              "name": "setMandatorySponsoring",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "accessor",
                  "type": "address"
                }
              ],
              "name": "isAvailable",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "sd",
                  "type": "bool"
                },
                {
                  "name": "hd",
                  "type": "bool"
                },
                {
                  "name": "start",
                  "type": "uint256"
                },
                {
                  "name": "end",
                  "type": "uint256"
                },
                {
                  "name": "r",
                  "type": "address"
                }
              ],
              "name": "setAvailability",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "name": "availability",
              "outputs": [
                {
                  "name": "clearedSD",
                  "type": "bool"
                },
                {
                  "name": "clearedHD",
                  "type": "bool"
                },
                {
                  "name": "startDate",
                  "type": "uint256"
                },
                {
                  "name": "endDate",
                  "type": "uint256"
                },
                {
                  "name": "region",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "presetAccessCharge",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "mandatorySponsoring",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignManager",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x58974630c24a0b2f466536b4732470ab5ce219bd",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 123825
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 123825
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Sponsored Content"
      }
    }
    async ContentType({
      "typeId": "iq__3syfVBh2A9tvygGHPetwggkfDwtn"
    });
    
    
    {
      "id": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
      "hash": "hq__4jZawSWs4KXLgbUA1HZJdSwJseW3k9wTqaG1c53jf3qycxf1v38bHPnrs4RVoexgG6XdYfcdwp",
      "name": "Sponsored Content ABR Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "custom_contract": {
          "abi": [
            {
              "constant": true,
              "inputs": [],
              "name": "creator",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccessInfo",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "validateAvailability",
              "outputs": [],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "name": "",
                  "type": "bytes32[]"
                },
                {
                  "name": "",
                  "type": "address[]"
                }
              ],
              "name": "runAccess",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "score_pct",
                  "type": "uint256"
                }
              ],
              "name": "runFinalize",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "preset_access_charge",
                  "type": "uint256"
                }
              ],
              "name": "setPresetAccessCharge",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "mandatoryPresetAccessCharge",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "proposed_status_code",
                  "type": "int256"
                }
              ],
              "name": "runStatusChange",
              "outputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "campaign_manager",
                  "type": "address"
                }
              ],
              "name": "setCampaignManager",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "mandatory_preset_access_charge",
                  "type": "bool"
                }
              ],
              "name": "setMandatoryPresetAccessCharge",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "kill",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "int256"
                }
              ],
              "name": "runDescribeStatus",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "pure",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "commercialOfferingManagerAddress",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "region",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "version",
              "outputs": [
                {
                  "name": "",
                  "type": "bytes32"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "commercial_offering_manager_address",
                  "type": "address"
                }
              ],
              "name": "setCommercialOfferingManagerAddress",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "r",
                  "type": "address"
                }
              ],
              "name": "setRegion",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "mandatory_sponsoring",
                  "type": "bool"
                }
              ],
              "name": "setMandatorySponsoring",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_ACCESS",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newCreator",
                  "type": "address"
                }
              ],
              "name": "transferCreatorship",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runCreate",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "owner",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "accessor",
                  "type": "address"
                }
              ],
              "name": "isAvailable",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [],
              "name": "runKill",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "content",
                  "type": "address"
                },
                {
                  "name": "sd",
                  "type": "bool"
                },
                {
                  "name": "hd",
                  "type": "bool"
                },
                {
                  "name": "start",
                  "type": "uint256"
                },
                {
                  "name": "end",
                  "type": "uint256"
                },
                {
                  "name": "r",
                  "type": "address"
                }
              ],
              "name": "setAvailability",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "name": "availability",
              "outputs": [
                {
                  "name": "clearedSD",
                  "type": "bool"
                },
                {
                  "name": "clearedHD",
                  "type": "bool"
                },
                {
                  "name": "startDate",
                  "type": "uint256"
                },
                {
                  "name": "endDate",
                  "type": "uint256"
                },
                {
                  "name": "region",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "contentSpace",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "presetAccessCharge",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "mandatorySponsoring",
              "outputs": [
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_SEE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "",
                  "type": "uint256"
                },
                {
                  "name": "",
                  "type": "bool"
                }
              ],
              "name": "runGrant",
              "outputs": [
                {
                  "name": "",
                  "type": "uint256"
                }
              ],
              "payable": true,
              "stateMutability": "payable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "DEFAULT_CHARGE",
              "outputs": [
                {
                  "name": "",
                  "type": "uint8"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "constant": false,
              "inputs": [
                {
                  "name": "newOwner",
                  "type": "address"
                }
              ],
              "name": "transferOwnership",
              "outputs": [],
              "payable": false,
              "stateMutability": "nonpayable",
              "type": "function"
            },
            {
              "constant": true,
              "inputs": [],
              "name": "campaignManager",
              "outputs": [
                {
                  "name": "",
                  "type": "address"
                }
              ],
              "payable": false,
              "stateMutability": "view",
              "type": "function"
            },
            {
              "payable": true,
              "stateMutability": "payable",
              "type": "fallback"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                }
              ],
              "name": "Log",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bool"
                }
              ],
              "name": "LogBool",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "a",
                  "type": "address"
                }
              ],
              "name": "LogAddress",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "uint256"
                }
              ],
              "name": "LogUint256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "u",
                  "type": "int256"
                }
              ],
              "name": "LogInt256",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "b",
                  "type": "bytes32"
                }
              ],
              "name": "LogBytes32",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "label",
                  "type": "string"
                },
                {
                  "indexed": false,
                  "name": "payee",
                  "type": "address"
                },
                {
                  "indexed": false,
                  "name": "amount",
                  "type": "uint256"
                }
              ],
              "name": "LogPayment",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunCreate",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunKill",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "proposedStatusCode",
                  "type": "int256"
                },
                {
                  "indexed": false,
                  "name": "returnStatusCode",
                  "type": "int256"
                }
              ],
              "name": "RunStatusChange",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "level",
                  "type": "uint8"
                },
                {
                  "indexed": false,
                  "name": "calculateAccessCharge",
                  "type": "int256"
                }
              ],
              "name": "RunAccessCharge",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunAccess",
              "type": "event"
            },
            {
              "anonymous": false,
              "inputs": [
                {
                  "indexed": false,
                  "name": "requestID",
                  "type": "uint256"
                },
                {
                  "indexed": false,
                  "name": "result",
                  "type": "uint256"
                }
              ],
              "name": "RunFinalize",
              "type": "event"
            }
          ],
          "address": "0x6539608cc2e3b8328f7795e506c4b2f5aac17d47",
          "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
        },
        "eluv.displayApp": "displayApp.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp.html": {
            ".": {
              "parts": [
                1
              ],
              "size": 123825
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 123825
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "Sponsored Content ABR Master"
      }
    }
    async ContentType({
      "name": "Library"
    });
    
    
    {
      "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
      "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
      "name": "Library",
      "meta": {
        "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
        "eluv.description": "",
        "name": "Library"
      }
    }
    async ContentType({
      "name": "Production Master"
    });
    
    
    {
      "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
      "name": "Production Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "name": "Production Master"
      }
    }
    async ContentType({
      "name": "ABR Master"
    });
    
    
    {
      "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
      "name": "ABR Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp/index.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp": {
            ".": {
              "type": "directory"
            },
            "index.html": {
              ".": {
                "parts": [
                  73
                ],
                "size": 1219848
              }
            }
          },
          "displayApp.html": {
            ".": {
              "parts": [
                60
              ],
              "size": 1219577
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 1082307
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "ABR Master"
      }
    }
    async ContentType({
      "typeId": "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4"
    });
    
    
    {
      "id": "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4",
      "hash": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz",
      "name": "Test Content Type 1679c518bcacf9c43d12",
      "meta": {
        "name": "Test Content Type 1679c518bcacf9c43d12",
        "public": {
          "name": "Test Content Type 1679c518bcacf9c43d12"
        }
      }
    }
    async ContentType({
      "name": "Test Content Type 1679c518bcacf9c43d12"
    });
    
    
    {
      "id": "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4",
      "hash": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz",
      "name": "Test Content Type 1679c518bcacf9c43d12",
      "meta": {
        "name": "Test Content Type 1679c518bcacf9c43d12",
        "public": {
          "name": "Test Content Type 1679c518bcacf9c43d12"
        }
      }
    }
    async ContentType({
      "versionHash": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    });
    
    
    {
      "id": "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4",
      "hash": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz",
      "name": "Test Content Type 1679c518bcacf9c43d12",
      "meta": {
        "name": "Test Content Type 1679c518bcacf9c43d12",
        "public": {
          "name": "Test Content Type 1679c518bcacf9c43d12"
        }
      }
    }
    async ContentType({
      "name": "Invalid Type Name"
    });
    
    
    <No Return Value>
    async ContentType({
      "name": "library"
    });
    
    
    {
      "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
      "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
      "name": "Library",
      "meta": {
        "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
        "eluv.description": "",
        "name": "Library"
      }
    }
    async ContentType({
      "versionHash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
    });
    
    
    {
      "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
      "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
      "name": "Production Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "name": "Production Master"
      }
    }
    async ContentType({
      "versionHash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    });
    
    
    {
      "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
      "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
      "name": "ABR Master",
      "meta": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin",
        "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
        "eluv.displayApp": "displayApp/index.html",
        "eluv.manageApp": "manageApp.html",
        "files": {
          ".": {
            "type": "directory"
          },
          "displayApp": {
            ".": {
              "type": "directory"
            },
            "index.html": {
              ".": {
                "parts": [
                  73
                ],
                "size": 1219848
              }
            }
          },
          "displayApp.html": {
            ".": {
              "parts": [
                60
              ],
              "size": 1219577
            }
          },
          "manageApp.html": {
            ".": {
              "parts": [
                0
              ],
              "size": 1082307
            }
          }
        },
        "mime-types": {
          "html": "text/html"
        },
        "name": "ABR Master"
      }
    }
    Source:

    async ContentTypeOwner({
    nameoptional,
    typeIdoptional,
    versionHashoptional
    })
    → Promise.<string>

    Returns the address of the owner of the specified content type

    Returns: The account address of the owner
    Parameters:
    Name Type Attributes Description
    name string <optional>

    Name of the content type to find

    typeId string <optional>

    ID of the content type to find

    versionHash string <optional>

    Version hash of the content type to find

    Example
    async ContentTypeOwner({
      "name": "Test Content Type 1679c518bcacf9c43d12"
    });
    
    
    "0x070a0ca2d123397e322894436be20222bd94aa1f"
    Source:

    async ContentTypes({}) → Promise.<Object>

    List all content types accessible to this user.

    Returns: Available content types
    Examples
    async ContentTypes();
    
    
    {
      "iq__36jjGPHhacyPgehzKN1CLZGXxnwB": {
        "id": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
        "hash": "hq__5bTqMC7GVNBt6FwCia9Vddt2b8X3qvCudLGFfm5yCyTF7p8Eho9Fspn7Pfu3e6ZJPhTL86v4ph",
        "name": "IMF",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 798259
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 1082307
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "IMF"
        }
      },
      "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa": {
        "id": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
        "hash": "hq__7HBasPghuRRKA39eNXwdvqdytUsq8XKYC4X2wfumA8iNE6F6mFK6G576n5D82mkmCcQCK9bkWx",
        "name": "Channel",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 82111
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 82111
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Channel"
        }
      },
      "iq__42gJKSsPoLCNkmEiDopEfPSujc2e": {
        "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
        "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
        "name": "Library",
        "meta": {
          "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
          "eluv.description": "",
          "name": "Library"
        }
      },
      "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq": {
        "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
        "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
        "name": "Production Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "name": "Production Master"
        }
      },
      "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1": {
        "id": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
        "hash": "hq__D682LXFAk7BpchACcWfYJtbUjSGnk7SWDHpBN915WSQ8kPcDRBTBxpBNMzj6eKsvio3FdvyG4o",
        "name": "Linear Channel old",
        "meta": {
          "bitcode_part": "hqp_JURXeNX8pZ2t8X92Ji3RHrhHeBd5SoS4qYDWfc76YyczGgGB",
          "eluv.description": "",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 48699
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  2
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 48699
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Linear Channel old"
        }
      },
      "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi": {
        "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
        "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
        "name": "ABR Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp/index.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp": {
              ".": {
                "type": "directory"
              },
              "index.html": {
                ".": {
                  "parts": [
                    73
                  ],
                  "size": 1219848
                }
              }
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  60
                ],
                "size": 1219577
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 1082307
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "ABR Master"
        }
      },
      "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E": {
        "id": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E",
        "hash": "hq__53F6TPFf9o7kr1R2DaMDEHtFZmDXcth6PvyGZKPr3huDxuZ9RQTj9Bh2sYEX3LrayKDdYzhii4",
        "name": "Video",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.allowCustomMetadata": true,
          "eluv.schema": [
            {
              "key": "name",
              "label": "Name",
              "required": true,
              "type": "string"
            },
            {
              "key": "eluv.description",
              "label": "Description",
              "required": false,
              "type": "text"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "image",
              "label": "Thumbnail",
              "preview": true,
              "required": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "video",
              "label": "Video",
              "required": false,
              "type": "file"
            }
          ],
          "name": "Video"
        }
      },
      "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG": {
        "id": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
        "hash": "hq__BfTx44WidNnUaMCH7aWmMpKge5pJrmekMfsrguTmEYmuG3erWYC6rU4zPQC54f1nmuXLQEW8ie",
        "name": "Commercial Offering",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x7056051266692d83bb070a0600adae7ea1873f15",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f6666724d677232303139303232363133343630304d4c60055560018054600160a060020a03199081163290811790925560028054909116909117905561169a806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517f564fb18d0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063564fb18d9250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051610eac806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029a165627a7a72305820af7597711e9b50552780f0bcc71787559afb50142134dcad6e5319c76d0307430029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 72522
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 72522
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Commercial Offering"
        }
      },
      "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX": {
        "id": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
        "hash": "hq__4oc8dkS2Czym9cvNAHmaJtKNoF28wtZM5rau1JHnExZHVvmZhGrqu2pzXDzbusP4aLbWchW5QB",
        "name": "Advertisement",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getAmount",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "custom_values",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "stake_holders",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "ad_address",
                    "type": "address"
                  }
                ],
                "name": "dbgRequest",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "bitcodeAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "maxCreditPerAd",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getContent",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getOriginator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getAdvertisement",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "creditPerAd",
                    "type": "uint256"
                  }
                ],
                "name": "setMaxCreditPerAd",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getCampaign",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "name": "requestMap",
                "outputs": [
                  {
                    "name": "originator",
                    "type": "address"
                  },
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "advertisement",
                    "type": "address"
                  },
                  {
                    "name": "campaign",
                    "type": "address"
                  },
                  {
                    "name": "amount",
                    "type": "uint256"
                  },
                  {
                    "name": "status",
                    "type": "int8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "bitcode",
                    "type": "address"
                  }
                ],
                "name": "setBitcodeAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  },
                  {
                    "name": "campaign_address",
                    "type": "address"
                  },
                  {
                    "name": "ad_address",
                    "type": "address"
                  },
                  {
                    "name": "amount",
                    "type": "bytes32"
                  }
                ],
                "name": "createMessage",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "maxCreditPerAd",
                    "type": "uint256"
                  }
                ],
                "name": "MaxCreditPerAd",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "bitcode",
                    "type": "address"
                  }
                ],
                "name": "BitcodeAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "flag",
                    "type": "bool"
                  }
                ],
                "name": "dbgBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "addr",
                    "type": "address"
                  }
                ],
                "name": "dbgAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "num",
                    "type": "uint256"
                  }
                ],
                "name": "dbgUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "num",
                    "type": "uint8"
                  }
                ],
                "name": "dbgUint8",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "dbgByte32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes"
                  }
                ],
                "name": "dbgBytes",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x4f98f2f2c7cec6576cb9bd60aeab07a6bb7030a5",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677241647665727469736d6e7432303139303531303135323230304d4c60055560085560018054600160a060020a031990811632908117909255600280549091169091179055611592806100a76000396000f30060806040526004361061017f5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101815780630e0a0d74146101b25780630f82c16f146101dc578063123e0e80146102a1578063176859531461032e578063208daa4f1461033c5780633513a8051461036057806341c0e1b51461036b5780634508044214610380578063508ddbb01461039857806354fd4d50146103ad57806355a632f8146103c25780635cc15001146103d75780636af27417146103ef5780636d2e4b1b1461041a5780637afc54d41461043b5780637b1cdb3e146104535780638da5cb5b1461045b57806398980081146104705780639e99bbea14610453578063af570c0414610488578063b535b03e1461049d578063c5f8c53f146104b2578063cabe0452146104ca578063d4ecba4f146104e2578063dded4d7b14610544578063e75c24bb14610565578063e870ed911461060a578063f185db0c1461061a578063f2fde38b1461062f575b005b34801561018d57600080fd5b50610196610650565b60408051600160a060020a039092168252519081900360200190f35b3480156101be57600080fd5b506101ca60043561065f565b60408051918252519081900360200190f35b3480156101e857600080fd5b5060408051602060046024803582810135848102808701860190975280865261027296843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106bc9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101ca958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106cb9650505050505050565b6101ca60043560243561092a565b34801561034857600080fd5b506101ca600435600160a060020a0360243516610bea565b6101ca600435610c97565b34801561037757600080fd5b5061017f610c9a565b34801561038c57600080fd5b506101ca600435610cd6565b3480156103a457600080fd5b50610196610cdc565b3480156103b957600080fd5b506101ca610ceb565b3480156103ce57600080fd5b506101ca610cf1565b3480156103e357600080fd5b50610196600435610cf7565b3480156103fb57600080fd5b50610404610d15565b6040805160ff9092168252519081900360200190f35b34801561042657600080fd5b5061017f600160a060020a0360043516610d1a565b34801561044757600080fd5b50610196600435610d75565b6101ca610d90565b34801561046757600080fd5b50610196610d95565b34801561047c57600080fd5b50610196600435610da4565b34801561049457600080fd5b50610196610dd1565b3480156104a957600080fd5b50610404610de0565b3480156104be57600080fd5b5061017f600435610de5565b3480156104d657600080fd5b50610196600435610e4e565b3480156104ee57600080fd5b506104fa600435610e6c565b60408051600160a060020a0397881681529587166020870152938616858501529190941660608401526080830193909352600092830b90920b60a082015290519081900360c00190f35b34801561055057600080fd5b50610196600160a060020a0360043516610eb2565b34801561057157600080fd5b50610595600160a060020a0360043581169060243581169060443516606435610f58565b6040805160208082528351818301528351919283929083019185019080838360005b838110156105cf5781810151838201526020016105b7565b50505050905090810190601f1680156105fc5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101ca60043560243515156111af565b34801561062657600080fd5b506104046111b7565b34801561063b57600080fd5b5061017f600160a060020a03600435166111bc565b600154600160a060020a031681565b600081815260076020526040812060010154600160a060020a03161580159061069b5750600082815260076020526040812060050154810b900b155b15156106a657600080fd5b5060009081526007602052604090206004015490565b60076000808093509350935093565b60008060008060008060008060008951600014156106ec576000985061091a565b8960008151811015156106fb57fe5b602090810290910101519750600160a060020a038816156109155789600181518110151561072557fe5b9060200190602002015196508a600081518110151561074057fe5b9060200190602002015195508a600181518110151561075b57fe5b6020908102909101015160001a60f860020a0260f860020a900494508a600281518110151561078657fe5b9060200190602002015193508a60038151811015156107a157fe5b60209081029091010151600654909350600160a060020a0316156107cd576107cd88888888888861122e565b60085415806107de57506008548611155b15156107e957600080fd5b86915081600160a060020a0316632310167f6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b15801561084357600080fd5b505af1158015610857573d6000803e3d6000fd5b505050506040513d602081101561086d57600080fd5b5051604080517ff06148f2000000000000000000000000000000000000000000000000000000008152336004820152602481018990529051919250600160a060020a0383169163f06148f2916044808201926020929091908290030181600087803b1580156108db57600080fd5b505af11580156108ef573d6000803e3d6000fd5b505050506040513d602081101561090557600080fd5b5061091590508d89338a8a6113b3565b600098505b5050505050505050949350505050565b600080600080600033876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106109aa5780518252601f19909201916020918201910161098b565b51815160001960209485036101000a0190811690199190911617905260408051949092018490039093206000818152600790945292208054929850965050600160a060020a031632149150508015610a0b57506005830154600090810b900b155b1515610a1657600080fd5b60008481526007602090815260408083206003015481517f2310167f0000000000000000000000000000000000000000000000000000000081529151600160a060020a0390911695508593632310167f93600480850194919392918390030190829087803b158015610a8757600080fd5b505af1158015610a9b573d6000803e3d6000fd5b505050506040513d6020811015610ab157600080fd5b5051604080517fcfefb3d5000000000000000000000000000000000000000000000000000000008152600481018790529051919250600160a060020a0383169163cfefb3d5916024808201926020929091908290030181600087803b158015610b1957600080fd5b505af1158015610b2d573d6000803e3d6000fd5b505050506040513d6020811015610b4357600080fd5b50506000848152600760209081526040808320805473ffffffffffffffffffffffffffffffffffffffff1990811682556001820180548216905560028201805482169055600382018054909116905560048101849055600501805460ff1916905580518a81529182019290925281517fbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891929181900390910190a15060009695505050505050565b600081836040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b60208310610c645780518252601f199092019160209182019101610c45565b5181516020939093036101000a600019018019909116921691909117905260405192018290039091209695505050505050565b90565b600254600160a060020a0316321480610cbd5750600254600160a060020a031633145b1515610cc857600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b60055481565b60085481565b600090815260076020526040902060010154600160a060020a031690565b600281565b600154600160a060020a03163214610d3157600080fd5b600160a060020a0381161515610d4657600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090815260076020526040902054600160a060020a031690565b600090565b600254600160a060020a031681565b600081815260076020526040812060020154600160a060020a0316801515610dcb57600080fd5b92915050565b600354600160a060020a031681565b600181565b600254600160a060020a0316321480610e085750600254600160a060020a031633145b1515610e1357600080fd5b60088190556040805182815290517f1f6808146a51d157d9343b08ee6fce3b39b0e5b419f4c8524a56512acf5ba2b59181900360200190a150565b600090815260076020526040902060030154600160a060020a031690565b600760205260009081526040812080546001820154600283015460038401546004850154600590950154600160a060020a03948516969385169592851694909116920b86565b600254600090600160a060020a0316321480610ed85750600254600160a060020a031633145b1515610ee357600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03848116919091179182905560408051929091168252517fecfcc1bcfb602db0a89a128bad350799ac7741ae87395080e8da39da6f100fcb916020908290030190a15050600654600160a060020a031690565b60408051606080825260808201909252819060009081908360208201610c00803883395050815191945060fd60020a918591506000908110610f9657fe5b906020010190600160f860020a031916908160001a905350825160fd60020a9084906015908110610fc357fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490602a908110610ff057fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490603f90811061101d57fe5b906020010190600160f860020a031916908160001a905350600091505b601482101561113e578160130360080260020a86600160a060020a031681151561106057fe5b0490508060f860020a02838360010181518110151561107b57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a87600160a060020a03168115156110b057fe5b0490508060f860020a0283836016018151811015156110cb57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a88600160a060020a031681151561110057fe5b0490508060f860020a028383602b0181518110151561111b57fe5b906020010190600160f860020a031916908160001a90535060019091019061103a565b600091505b60208210156111a35784826020811061115857fe5b1a60f860020a0260f860020a900490508060f860020a02838360400181518110151561118057fe5b906020010190600160f860020a031916908160001a905350600190910190611143565b50909695505050505050565b600092915050565b600481565b600254600160a060020a03163214806111df5750600254600160a060020a031633145b15156111ea57600080fd5b600160a060020a03811615156111ff57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b606060008061123f8989338a610f58565b92508260405160200180807f19457468657265756d205369676e6564204d6573736167653a0a393600000000815250601c0182805190602001908083835b6020831061129c5780518252601f19909201916020918201910161127d565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040526040518082805190602001908083835b602083106112ff5780518252601f1990920191602091820191016112e0565b51815160209384036101000a600019018019909216911617905260408051929094018290038220600080845283830180875282905260ff8e1684870152606084018d9052608084018c905294519098506001965060a080840196509194601f19820194509281900390910191865af115801561137f573d6000803e3d6000fd5b5050604051601f190151600654909250600160a060020a0380841691161490506113a857600080fd5b505050505050505050565b60006113bd611531565b84876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106114355780518252601f199092019160209182019101611416565b51815160209384036101000a60001901801990921691161790526040805192909401829003822060c083018552328352600160a060020a039c8d168383019081529b8d168386019081529a8d1660608401908152608084019a8b52600060a0850181815292815260079093529482209251835473ffffffffffffffffffffffffffffffffffffffff19908116918f169190911784559b516001840180548e16918f1691909117905599516002830180548d16918e169190911790559251600382018054909b169b169a909a1790985594516004890155505092516005909501805460ff191660ff9690930b959095169190911790935550505050565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a0810191909152905600a165627a7a7230582074c6feb6abc40b710f5a82fb8c9cff0bc13b436a30507d84bd5fe87b160140d30029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 73720
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 73720
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Advertisement"
        }
      },
      "iq__3ugM27TmKaK3aH5FhroqAGddFoty": {
        "id": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
        "hash": "hq__DxBV4QBDgXLYto9C4CuZ8Pwwo4JWQoufdCxFpHE58Koiqwm7Vg3SNywCWZL9RMHF77sR9aPskh",
        "name": "Campaign",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x8071af01e88a02afef5acaf47d95d1c6a415b53e",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029",
            "factoryAbi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ]
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  2
                ],
                "size": 40858
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  4
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  3
                ],
                "size": 40858
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Campaign"
        }
      },
      "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr": {
        "id": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
        "hash": "hq__pbFJL9TRrNHx2oyqQ92Qs6UTxMuGv1on8wmfmFCf7NbfVerp6HftZuck4m4PntNzCfosVPhhk",
        "name": "Campaign Manager",
        "meta": {
          "bitcode_part": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0xfb8b470b7577efad41c15598cb2e9380b473ace3",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d67724d61726b6574506c61636532303139303232323135333730304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055612887806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517fcc98ef960000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063cc98ef969250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051612099806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029a165627a7a72305820ed3afe68d298bebb00ddd5a9cbd8eb2d90fa41722b907caa3208d04dd38cb2c80029",
            "factoryAbi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ]
          },
          "eluv-fb.parts": {
            "adsmanager.bc": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww"
          },
          "eluv.description": "",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  5
                ],
                "size": 39752
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  4
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  6
                ],
                "size": 39752
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Campaign Manager"
        }
      },
      "iq__2punfHYE6Xv6B5GmRiuCorsELxei": {
        "id": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
        "hash": "hq__Dp62NfiHS9PdwxXUNrrFFou3k59hMuWDUCbH3n5GmU3icDj7BQ1Nxz2yhdeEE6p4hnbqvTNDg2",
        "name": "Submission",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "licensingFee",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "percentPartial",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "withdraw",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "status_code",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "STATUS_FINAL_REVIEW",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "partialPayment",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  },
                  {
                    "name": "new_owner",
                    "type": "address"
                  }
                ],
                "name": "transferContentOwnership",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "STATUS_DRAFT_APPROVED",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "licensing_fee",
                    "type": "uint256"
                  }
                ],
                "name": "setLicensingFee",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "licensingStatus",
                "outputs": [
                  {
                    "name": "percentComplete",
                    "type": "uint8"
                  },
                  {
                    "name": "licensingFee",
                    "type": "uint256"
                  },
                  {
                    "name": "licensingFeePaid",
                    "type": "uint256"
                  },
                  {
                    "name": "valid",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "partial_payment",
                    "type": "uint8"
                  }
                ],
                "name": "setPartialPayment",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent_partial",
                    "type": "uint8"
                  }
                ],
                "name": "setPercentPartial",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  }
                ],
                "name": "reclaimContentOwnership",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_contract",
                    "type": "address"
                  },
                  {
                    "name": "approved",
                    "type": "bool"
                  },
                  {
                    "name": "percent_complete",
                    "type": "uint8"
                  },
                  {
                    "name": "note",
                    "type": "string"
                  }
                ],
                "name": "reviewContent",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "PayCredit",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x1515ebcf2c7d5eaa53259543efe36e08de76b708",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058202884804d43a9a152fb3d67b3c22bd9c9f4e20b07cc2c89c3660aa73a4de314e60029"
          },
          "eluv.reviewApp": "reviewApp.html",
          "eluv.schema": [
            {
              "key": "name",
              "label": "Name",
              "type": "string"
            },
            {
              "fields": [
                {
                  "key": "title",
                  "label": "Title",
                  "type": "string"
                },
                {
                  "key": "synopsis",
                  "label": "Synopsis",
                  "type": "text"
                },
                {
                  "key": "cast_and_crew",
                  "label": "Cast and Crew",
                  "type": "string"
                }
              ],
              "flattenDisplay": true,
              "key": "metadata",
              "type": "object"
            },
            {
              "key": "blog_post",
              "label": "Blog Post",
              "type": "text"
            },
            {
              "fields": [
                {
                  "fields": [
                    {
                      "key": "1",
                      "label": "Text 1",
                      "type": "string"
                    },
                    {
                      "key": "2",
                      "label": "Text 2",
                      "type": "string"
                    }
                  ],
                  "flattenDisplay": true,
                  "key": "text",
                  "type": "object"
                }
              ],
              "key": "facebook",
              "label": "Facebook",
              "type": "object"
            },
            {
              "fields": [
                {
                  "fields": [
                    {
                      "key": "1",
                      "label": "Text 1",
                      "type": "string"
                    },
                    {
                      "key": "2",
                      "label": "Text 2",
                      "type": "string"
                    }
                  ],
                  "flattenDisplay": true,
                  "key": "text",
                  "type": "object"
                },
                {
                  "key": "description",
                  "label": "Description",
                  "type": "text"
                }
              ],
              "key": "youtube",
              "label": "YouTube",
              "type": "object"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "image",
              "label": "Primary Image",
              "preview": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "video",
              "label": "Full Video",
              "type": "file"
            },
            {
              "key": "preview_spacer",
              "label": "",
              "text": "",
              "type": "label"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "preview_image",
              "label": "Preview Image",
              "preview": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "preview_video",
              "label": "Preview Video",
              "type": "file"
            },
            {
              "key": "tag_spacer",
              "label": "",
              "text": "",
              "type": "label"
            },
            {
              "key": "tags",
              "label": "Tags",
              "type": "list"
            },
            {
              "key": "terms_and_conditions_label",
              "label": "",
              "text": "Before submitting this content, you must agree to the Terms and Conditions below",
              "type": "label"
            },
            {
              "filename": "Terms and Conditions.pdf",
              "hash": "hqp_QmUzs9ticwCsejnjdRrwHsThiNGvNytEFTVY21ZrNKKWAr",
              "key": "terms_and_conditions",
              "label": "Terms and Conditions",
              "type": "attachedFile"
            },
            {
              "key": "agree_to_terms",
              "label": "I agree",
              "required": true,
              "type": "boolean"
            }
          ],
          "files": {
            ".": {
              "type": "directory"
            },
            "reviewApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 206344
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Submission"
        }
      },
      "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg": {
        "id": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
        "hash": "hq__7PYaQbqz7zju1C3cmEU2x7cF5nbsxAnj951JT96NseEGD571KfMfVoNvb9go3kdcJmb4FpD5Gc",
        "name": "Sponsored Content",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "validateAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "score_pct",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "preset_access_charge",
                    "type": "uint256"
                  }
                ],
                "name": "setPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatoryPresetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_manager",
                    "type": "address"
                  }
                ],
                "name": "setCampaignManager",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_preset_access_charge",
                    "type": "bool"
                  }
                ],
                "name": "setMandatoryPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "commercialOfferingManagerAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "region",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "commercial_offering_manager_address",
                    "type": "address"
                  }
                ],
                "name": "setCommercialOfferingManagerAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setRegion",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_sponsoring",
                    "type": "bool"
                  }
                ],
                "name": "setMandatorySponsoring",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "accessor",
                    "type": "address"
                  }
                ],
                "name": "isAvailable",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "sd",
                    "type": "bool"
                  },
                  {
                    "name": "hd",
                    "type": "bool"
                  },
                  {
                    "name": "start",
                    "type": "uint256"
                  },
                  {
                    "name": "end",
                    "type": "uint256"
                  },
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "availability",
                "outputs": [
                  {
                    "name": "clearedSD",
                    "type": "bool"
                  },
                  {
                    "name": "clearedHD",
                    "type": "bool"
                  },
                  {
                    "name": "startDate",
                    "type": "uint256"
                  },
                  {
                    "name": "endDate",
                    "type": "uint256"
                  },
                  {
                    "name": "region",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "presetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatorySponsoring",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignManager",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x58974630c24a0b2f466536b4732470ab5ce219bd",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 123825
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 123825
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Sponsored Content"
        }
      },
      "iq__3syfVBh2A9tvygGHPetwggkfDwtn": {
        "id": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
        "hash": "hq__4jZawSWs4KXLgbUA1HZJdSwJseW3k9wTqaG1c53jf3qycxf1v38bHPnrs4RVoexgG6XdYfcdwp",
        "name": "Sponsored Content ABR Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "validateAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "score_pct",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "preset_access_charge",
                    "type": "uint256"
                  }
                ],
                "name": "setPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatoryPresetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_manager",
                    "type": "address"
                  }
                ],
                "name": "setCampaignManager",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_preset_access_charge",
                    "type": "bool"
                  }
                ],
                "name": "setMandatoryPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "commercialOfferingManagerAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "region",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "commercial_offering_manager_address",
                    "type": "address"
                  }
                ],
                "name": "setCommercialOfferingManagerAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setRegion",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_sponsoring",
                    "type": "bool"
                  }
                ],
                "name": "setMandatorySponsoring",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "accessor",
                    "type": "address"
                  }
                ],
                "name": "isAvailable",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "sd",
                    "type": "bool"
                  },
                  {
                    "name": "hd",
                    "type": "bool"
                  },
                  {
                    "name": "start",
                    "type": "uint256"
                  },
                  {
                    "name": "end",
                    "type": "uint256"
                  },
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "availability",
                "outputs": [
                  {
                    "name": "clearedSD",
                    "type": "bool"
                  },
                  {
                    "name": "clearedHD",
                    "type": "bool"
                  },
                  {
                    "name": "startDate",
                    "type": "uint256"
                  },
                  {
                    "name": "endDate",
                    "type": "uint256"
                  },
                  {
                    "name": "region",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "presetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatorySponsoring",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignManager",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x6539608cc2e3b8328f7795e506c4b2f5aac17d47",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 123825
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 123825
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Sponsored Content ABR Master"
        }
      }
    }
    async ContentTypes();
    
    
    {
      "iq__36jjGPHhacyPgehzKN1CLZGXxnwB": {
        "id": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
        "hash": "hq__5bTqMC7GVNBt6FwCia9Vddt2b8X3qvCudLGFfm5yCyTF7p8Eho9Fspn7Pfu3e6ZJPhTL86v4ph",
        "name": "IMF",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 798259
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 1082307
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "IMF"
        }
      },
      "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa": {
        "id": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
        "hash": "hq__7HBasPghuRRKA39eNXwdvqdytUsq8XKYC4X2wfumA8iNE6F6mFK6G576n5D82mkmCcQCK9bkWx",
        "name": "Channel",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 82111
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 82111
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Channel"
        }
      },
      "iq__42gJKSsPoLCNkmEiDopEfPSujc2e": {
        "id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
        "hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
        "name": "Library",
        "meta": {
          "bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
          "eluv.description": "",
          "name": "Library"
        }
      },
      "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq": {
        "id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
        "hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
        "name": "Production Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "name": "Production Master"
        }
      },
      "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1": {
        "id": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
        "hash": "hq__D682LXFAk7BpchACcWfYJtbUjSGnk7SWDHpBN915WSQ8kPcDRBTBxpBNMzj6eKsvio3FdvyG4o",
        "name": "Linear Channel old",
        "meta": {
          "bitcode_part": "hqp_JURXeNX8pZ2t8X92Ji3RHrhHeBd5SoS4qYDWfc76YyczGgGB",
          "eluv.description": "",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 48699
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  2
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 48699
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Linear Channel old"
        }
      },
      "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi": {
        "id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
        "hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
        "name": "ABR Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.displayApp": "displayApp/index.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp": {
              ".": {
                "type": "directory"
              },
              "index.html": {
                ".": {
                  "parts": [
                    73
                  ],
                  "size": 1219848
                }
              }
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  60
                ],
                "size": 1219577
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 1082307
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "ABR Master"
        }
      },
      "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E": {
        "id": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E",
        "hash": "hq__53F6TPFf9o7kr1R2DaMDEHtFZmDXcth6PvyGZKPr3huDxuZ9RQTj9Bh2sYEX3LrayKDdYzhii4",
        "name": "Video",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "eluv.allowCustomMetadata": true,
          "eluv.schema": [
            {
              "key": "name",
              "label": "Name",
              "required": true,
              "type": "string"
            },
            {
              "key": "eluv.description",
              "label": "Description",
              "required": false,
              "type": "text"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "image",
              "label": "Thumbnail",
              "preview": true,
              "required": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "video",
              "label": "Video",
              "required": false,
              "type": "file"
            }
          ],
          "name": "Video"
        }
      },
      "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG": {
        "id": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
        "hash": "hq__BfTx44WidNnUaMCH7aWmMpKge5pJrmekMfsrguTmEYmuG3erWYC6rU4zPQC54f1nmuXLQEW8ie",
        "name": "Commercial Offering",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x7056051266692d83bb070a0600adae7ea1873f15",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f6666724d677232303139303232363133343630304d4c60055560018054600160a060020a03199081163290811790925560028054909116909117905561169a806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517f564fb18d0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063564fb18d9250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051610eac806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029a165627a7a72305820af7597711e9b50552780f0bcc71787559afb50142134dcad6e5319c76d0307430029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 72522
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 72522
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Commercial Offering"
        }
      },
      "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX": {
        "id": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
        "hash": "hq__4oc8dkS2Czym9cvNAHmaJtKNoF28wtZM5rau1JHnExZHVvmZhGrqu2pzXDzbusP4aLbWchW5QB",
        "name": "Advertisement",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getAmount",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "custom_values",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "stake_holders",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_ID",
                    "type": "uint256"
                  },
                  {
                    "name": "ad_address",
                    "type": "address"
                  }
                ],
                "name": "dbgRequest",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "bitcodeAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "maxCreditPerAd",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getContent",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getOriginator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getAdvertisement",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "creditPerAd",
                    "type": "uint256"
                  }
                ],
                "name": "setMaxCreditPerAd",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "request_data_ID",
                    "type": "bytes32"
                  }
                ],
                "name": "getCampaign",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "name": "requestMap",
                "outputs": [
                  {
                    "name": "originator",
                    "type": "address"
                  },
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "advertisement",
                    "type": "address"
                  },
                  {
                    "name": "campaign",
                    "type": "address"
                  },
                  {
                    "name": "amount",
                    "type": "uint256"
                  },
                  {
                    "name": "status",
                    "type": "int8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "bitcode",
                    "type": "address"
                  }
                ],
                "name": "setBitcodeAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  },
                  {
                    "name": "campaign_address",
                    "type": "address"
                  },
                  {
                    "name": "ad_address",
                    "type": "address"
                  },
                  {
                    "name": "amount",
                    "type": "bytes32"
                  }
                ],
                "name": "createMessage",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "maxCreditPerAd",
                    "type": "uint256"
                  }
                ],
                "name": "MaxCreditPerAd",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "bitcode",
                    "type": "address"
                  }
                ],
                "name": "BitcodeAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "flag",
                    "type": "bool"
                  }
                ],
                "name": "dbgBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "addr",
                    "type": "address"
                  }
                ],
                "name": "dbgAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "num",
                    "type": "uint256"
                  }
                ],
                "name": "dbgUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "num",
                    "type": "uint8"
                  }
                ],
                "name": "dbgUint8",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "dbgByte32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "msg",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes"
                  }
                ],
                "name": "dbgBytes",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x4f98f2f2c7cec6576cb9bd60aeab07a6bb7030a5",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677241647665727469736d6e7432303139303531303135323230304d4c60055560085560018054600160a060020a031990811632908117909255600280549091169091179055611592806100a76000396000f30060806040526004361061017f5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101815780630e0a0d74146101b25780630f82c16f146101dc578063123e0e80146102a1578063176859531461032e578063208daa4f1461033c5780633513a8051461036057806341c0e1b51461036b5780634508044214610380578063508ddbb01461039857806354fd4d50146103ad57806355a632f8146103c25780635cc15001146103d75780636af27417146103ef5780636d2e4b1b1461041a5780637afc54d41461043b5780637b1cdb3e146104535780638da5cb5b1461045b57806398980081146104705780639e99bbea14610453578063af570c0414610488578063b535b03e1461049d578063c5f8c53f146104b2578063cabe0452146104ca578063d4ecba4f146104e2578063dded4d7b14610544578063e75c24bb14610565578063e870ed911461060a578063f185db0c1461061a578063f2fde38b1461062f575b005b34801561018d57600080fd5b50610196610650565b60408051600160a060020a039092168252519081900360200190f35b3480156101be57600080fd5b506101ca60043561065f565b60408051918252519081900360200190f35b3480156101e857600080fd5b5060408051602060046024803582810135848102808701860190975280865261027296843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106bc9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101ca958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106cb9650505050505050565b6101ca60043560243561092a565b34801561034857600080fd5b506101ca600435600160a060020a0360243516610bea565b6101ca600435610c97565b34801561037757600080fd5b5061017f610c9a565b34801561038c57600080fd5b506101ca600435610cd6565b3480156103a457600080fd5b50610196610cdc565b3480156103b957600080fd5b506101ca610ceb565b3480156103ce57600080fd5b506101ca610cf1565b3480156103e357600080fd5b50610196600435610cf7565b3480156103fb57600080fd5b50610404610d15565b6040805160ff9092168252519081900360200190f35b34801561042657600080fd5b5061017f600160a060020a0360043516610d1a565b34801561044757600080fd5b50610196600435610d75565b6101ca610d90565b34801561046757600080fd5b50610196610d95565b34801561047c57600080fd5b50610196600435610da4565b34801561049457600080fd5b50610196610dd1565b3480156104a957600080fd5b50610404610de0565b3480156104be57600080fd5b5061017f600435610de5565b3480156104d657600080fd5b50610196600435610e4e565b3480156104ee57600080fd5b506104fa600435610e6c565b60408051600160a060020a0397881681529587166020870152938616858501529190941660608401526080830193909352600092830b90920b60a082015290519081900360c00190f35b34801561055057600080fd5b50610196600160a060020a0360043516610eb2565b34801561057157600080fd5b50610595600160a060020a0360043581169060243581169060443516606435610f58565b6040805160208082528351818301528351919283929083019185019080838360005b838110156105cf5781810151838201526020016105b7565b50505050905090810190601f1680156105fc5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101ca60043560243515156111af565b34801561062657600080fd5b506104046111b7565b34801561063b57600080fd5b5061017f600160a060020a03600435166111bc565b600154600160a060020a031681565b600081815260076020526040812060010154600160a060020a03161580159061069b5750600082815260076020526040812060050154810b900b155b15156106a657600080fd5b5060009081526007602052604090206004015490565b60076000808093509350935093565b60008060008060008060008060008951600014156106ec576000985061091a565b8960008151811015156106fb57fe5b602090810290910101519750600160a060020a038816156109155789600181518110151561072557fe5b9060200190602002015196508a600081518110151561074057fe5b9060200190602002015195508a600181518110151561075b57fe5b6020908102909101015160001a60f860020a0260f860020a900494508a600281518110151561078657fe5b9060200190602002015193508a60038151811015156107a157fe5b60209081029091010151600654909350600160a060020a0316156107cd576107cd88888888888861122e565b60085415806107de57506008548611155b15156107e957600080fd5b86915081600160a060020a0316632310167f6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b15801561084357600080fd5b505af1158015610857573d6000803e3d6000fd5b505050506040513d602081101561086d57600080fd5b5051604080517ff06148f2000000000000000000000000000000000000000000000000000000008152336004820152602481018990529051919250600160a060020a0383169163f06148f2916044808201926020929091908290030181600087803b1580156108db57600080fd5b505af11580156108ef573d6000803e3d6000fd5b505050506040513d602081101561090557600080fd5b5061091590508d89338a8a6113b3565b600098505b5050505050505050949350505050565b600080600080600033876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106109aa5780518252601f19909201916020918201910161098b565b51815160001960209485036101000a0190811690199190911617905260408051949092018490039093206000818152600790945292208054929850965050600160a060020a031632149150508015610a0b57506005830154600090810b900b155b1515610a1657600080fd5b60008481526007602090815260408083206003015481517f2310167f0000000000000000000000000000000000000000000000000000000081529151600160a060020a0390911695508593632310167f93600480850194919392918390030190829087803b158015610a8757600080fd5b505af1158015610a9b573d6000803e3d6000fd5b505050506040513d6020811015610ab157600080fd5b5051604080517fcfefb3d5000000000000000000000000000000000000000000000000000000008152600481018790529051919250600160a060020a0383169163cfefb3d5916024808201926020929091908290030181600087803b158015610b1957600080fd5b505af1158015610b2d573d6000803e3d6000fd5b505050506040513d6020811015610b4357600080fd5b50506000848152600760209081526040808320805473ffffffffffffffffffffffffffffffffffffffff1990811682556001820180548216905560028201805482169055600382018054909116905560048101849055600501805460ff1916905580518a81529182019290925281517fbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891929181900390910190a15060009695505050505050565b600081836040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b60208310610c645780518252601f199092019160209182019101610c45565b5181516020939093036101000a600019018019909116921691909117905260405192018290039091209695505050505050565b90565b600254600160a060020a0316321480610cbd5750600254600160a060020a031633145b1515610cc857600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b60055481565b60085481565b600090815260076020526040902060010154600160a060020a031690565b600281565b600154600160a060020a03163214610d3157600080fd5b600160a060020a0381161515610d4657600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090815260076020526040902054600160a060020a031690565b600090565b600254600160a060020a031681565b600081815260076020526040812060020154600160a060020a0316801515610dcb57600080fd5b92915050565b600354600160a060020a031681565b600181565b600254600160a060020a0316321480610e085750600254600160a060020a031633145b1515610e1357600080fd5b60088190556040805182815290517f1f6808146a51d157d9343b08ee6fce3b39b0e5b419f4c8524a56512acf5ba2b59181900360200190a150565b600090815260076020526040902060030154600160a060020a031690565b600760205260009081526040812080546001820154600283015460038401546004850154600590950154600160a060020a03948516969385169592851694909116920b86565b600254600090600160a060020a0316321480610ed85750600254600160a060020a031633145b1515610ee357600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03848116919091179182905560408051929091168252517fecfcc1bcfb602db0a89a128bad350799ac7741ae87395080e8da39da6f100fcb916020908290030190a15050600654600160a060020a031690565b60408051606080825260808201909252819060009081908360208201610c00803883395050815191945060fd60020a918591506000908110610f9657fe5b906020010190600160f860020a031916908160001a905350825160fd60020a9084906015908110610fc357fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490602a908110610ff057fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490603f90811061101d57fe5b906020010190600160f860020a031916908160001a905350600091505b601482101561113e578160130360080260020a86600160a060020a031681151561106057fe5b0490508060f860020a02838360010181518110151561107b57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a87600160a060020a03168115156110b057fe5b0490508060f860020a0283836016018151811015156110cb57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a88600160a060020a031681151561110057fe5b0490508060f860020a028383602b0181518110151561111b57fe5b906020010190600160f860020a031916908160001a90535060019091019061103a565b600091505b60208210156111a35784826020811061115857fe5b1a60f860020a0260f860020a900490508060f860020a02838360400181518110151561118057fe5b906020010190600160f860020a031916908160001a905350600190910190611143565b50909695505050505050565b600092915050565b600481565b600254600160a060020a03163214806111df5750600254600160a060020a031633145b15156111ea57600080fd5b600160a060020a03811615156111ff57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b606060008061123f8989338a610f58565b92508260405160200180807f19457468657265756d205369676e6564204d6573736167653a0a393600000000815250601c0182805190602001908083835b6020831061129c5780518252601f19909201916020918201910161127d565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040526040518082805190602001908083835b602083106112ff5780518252601f1990920191602091820191016112e0565b51815160209384036101000a600019018019909216911617905260408051929094018290038220600080845283830180875282905260ff8e1684870152606084018d9052608084018c905294519098506001965060a080840196509194601f19820194509281900390910191865af115801561137f573d6000803e3d6000fd5b5050604051601f190151600654909250600160a060020a0380841691161490506113a857600080fd5b505050505050505050565b60006113bd611531565b84876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106114355780518252601f199092019160209182019101611416565b51815160209384036101000a60001901801990921691161790526040805192909401829003822060c083018552328352600160a060020a039c8d168383019081529b8d168386019081529a8d1660608401908152608084019a8b52600060a0850181815292815260079093529482209251835473ffffffffffffffffffffffffffffffffffffffff19908116918f169190911784559b516001840180548e16918f1691909117905599516002830180548d16918e169190911790559251600382018054909b169b169a909a1790985594516004890155505092516005909501805460ff191660ff9690930b959095169190911790935550505050565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a0810191909152905600a165627a7a7230582074c6feb6abc40b710f5a82fb8c9cff0bc13b436a30507d84bd5fe87b160140d30029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 73720
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 73720
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Advertisement"
        }
      },
      "iq__3ugM27TmKaK3aH5FhroqAGddFoty": {
        "id": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
        "hash": "hq__DxBV4QBDgXLYto9C4CuZ8Pwwo4JWQoufdCxFpHE58Koiqwm7Vg3SNywCWZL9RMHF77sR9aPskh",
        "name": "Campaign",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x8071af01e88a02afef5acaf47d95d1c6a415b53e",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029",
            "factoryAbi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ]
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  2
                ],
                "size": 40858
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  4
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  3
                ],
                "size": 40858
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Campaign"
        }
      },
      "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr": {
        "id": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
        "hash": "hq__pbFJL9TRrNHx2oyqQ92Qs6UTxMuGv1on8wmfmFCf7NbfVerp6HftZuck4m4PntNzCfosVPhhk",
        "name": "Campaign Manager",
        "meta": {
          "bitcode_part": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0xfb8b470b7577efad41c15598cb2e9380b473ace3",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d67724d61726b6574506c61636532303139303232323135333730304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055612887806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517fcc98ef960000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063cc98ef969250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051612099806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029a165627a7a72305820ed3afe68d298bebb00ddd5a9cbd8eb2d90fa41722b907caa3208d04dd38cb2c80029",
            "factoryAbi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent",
                    "type": "uint8"
                  }
                ],
                "name": "setLibraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignLibraryAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "libraryRetrocession",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_library_address",
                    "type": "address"
                  }
                ],
                "name": "setCampaignLibraryAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "market_place_address",
                    "type": "address"
                  }
                ],
                "name": "setMarketPlaceAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "initializedAsCampaignMgr",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "marketPlaceAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ]
          },
          "eluv-fb.parts": {
            "adsmanager.bc": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww"
          },
          "eluv.description": "",
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  5
                ],
                "size": 39752
              }
            },
            "elv-apps.css": {
              ".": {
                "parts": [
                  4
                ],
                "size": 37627
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  6
                ],
                "size": 39752
              }
            }
          },
          "mime-types": {
            "css": "text/css",
            "html": "text/html"
          },
          "name": "Campaign Manager"
        }
      },
      "iq__2punfHYE6Xv6B5GmRiuCorsELxei": {
        "id": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
        "hash": "hq__Dp62NfiHS9PdwxXUNrrFFou3k59hMuWDUCbH3n5GmU3icDj7BQ1Nxz2yhdeEE6p4hnbqvTNDg2",
        "name": "Submission",
        "meta": {
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "licensingFee",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "percentPartial",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "withdraw",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "status_code",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "STATUS_FINAL_REVIEW",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "partialPayment",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  },
                  {
                    "name": "new_owner",
                    "type": "address"
                  }
                ],
                "name": "transferContentOwnership",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "STATUS_DRAFT_APPROVED",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "licensing_fee",
                    "type": "uint256"
                  }
                ],
                "name": "setLicensingFee",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "licensingStatus",
                "outputs": [
                  {
                    "name": "percentComplete",
                    "type": "uint8"
                  },
                  {
                    "name": "licensingFee",
                    "type": "uint256"
                  },
                  {
                    "name": "licensingFeePaid",
                    "type": "uint256"
                  },
                  {
                    "name": "valid",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "partial_payment",
                    "type": "uint8"
                  }
                ],
                "name": "setPartialPayment",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "percent_partial",
                    "type": "uint8"
                  }
                ],
                "name": "setPercentPartial",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_address",
                    "type": "address"
                  }
                ],
                "name": "reclaimContentOwnership",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content_contract",
                    "type": "address"
                  },
                  {
                    "name": "approved",
                    "type": "bool"
                  },
                  {
                    "name": "percent_complete",
                    "type": "uint8"
                  },
                  {
                    "name": "note",
                    "type": "string"
                  }
                ],
                "name": "reviewContent",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "PayCredit",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x1515ebcf2c7d5eaa53259543efe36e08de76b708",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058202884804d43a9a152fb3d67b3c22bd9c9f4e20b07cc2c89c3660aa73a4de314e60029"
          },
          "eluv.reviewApp": "reviewApp.html",
          "eluv.schema": [
            {
              "key": "name",
              "label": "Name",
              "type": "string"
            },
            {
              "fields": [
                {
                  "key": "title",
                  "label": "Title",
                  "type": "string"
                },
                {
                  "key": "synopsis",
                  "label": "Synopsis",
                  "type": "text"
                },
                {
                  "key": "cast_and_crew",
                  "label": "Cast and Crew",
                  "type": "string"
                }
              ],
              "flattenDisplay": true,
              "key": "metadata",
              "type": "object"
            },
            {
              "key": "blog_post",
              "label": "Blog Post",
              "type": "text"
            },
            {
              "fields": [
                {
                  "fields": [
                    {
                      "key": "1",
                      "label": "Text 1",
                      "type": "string"
                    },
                    {
                      "key": "2",
                      "label": "Text 2",
                      "type": "string"
                    }
                  ],
                  "flattenDisplay": true,
                  "key": "text",
                  "type": "object"
                }
              ],
              "key": "facebook",
              "label": "Facebook",
              "type": "object"
            },
            {
              "fields": [
                {
                  "fields": [
                    {
                      "key": "1",
                      "label": "Text 1",
                      "type": "string"
                    },
                    {
                      "key": "2",
                      "label": "Text 2",
                      "type": "string"
                    }
                  ],
                  "flattenDisplay": true,
                  "key": "text",
                  "type": "object"
                },
                {
                  "key": "description",
                  "label": "Description",
                  "type": "text"
                }
              ],
              "key": "youtube",
              "label": "YouTube",
              "type": "object"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "image",
              "label": "Primary Image",
              "preview": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "video",
              "label": "Full Video",
              "type": "file"
            },
            {
              "key": "preview_spacer",
              "label": "",
              "text": "",
              "type": "label"
            },
            {
              "accept": [
                "image/*"
              ],
              "key": "preview_image",
              "label": "Preview Image",
              "preview": true,
              "type": "file"
            },
            {
              "accept": [
                "video/*"
              ],
              "key": "preview_video",
              "label": "Preview Video",
              "type": "file"
            },
            {
              "key": "tag_spacer",
              "label": "",
              "text": "",
              "type": "label"
            },
            {
              "key": "tags",
              "label": "Tags",
              "type": "list"
            },
            {
              "key": "terms_and_conditions_label",
              "label": "",
              "text": "Before submitting this content, you must agree to the Terms and Conditions below",
              "type": "label"
            },
            {
              "filename": "Terms and Conditions.pdf",
              "hash": "hqp_QmUzs9ticwCsejnjdRrwHsThiNGvNytEFTVY21ZrNKKWAr",
              "key": "terms_and_conditions",
              "label": "Terms and Conditions",
              "type": "attachedFile"
            },
            {
              "key": "agree_to_terms",
              "label": "I agree",
              "required": true,
              "type": "boolean"
            }
          ],
          "files": {
            ".": {
              "type": "directory"
            },
            "reviewApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 206344
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Submission"
        }
      },
      "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg": {
        "id": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
        "hash": "hq__7PYaQbqz7zju1C3cmEU2x7cF5nbsxAnj951JT96NseEGD571KfMfVoNvb9go3kdcJmb4FpD5Gc",
        "name": "Sponsored Content",
        "meta": {
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "validateAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "score_pct",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "preset_access_charge",
                    "type": "uint256"
                  }
                ],
                "name": "setPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatoryPresetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_manager",
                    "type": "address"
                  }
                ],
                "name": "setCampaignManager",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_preset_access_charge",
                    "type": "bool"
                  }
                ],
                "name": "setMandatoryPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "commercialOfferingManagerAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "region",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "commercial_offering_manager_address",
                    "type": "address"
                  }
                ],
                "name": "setCommercialOfferingManagerAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setRegion",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_sponsoring",
                    "type": "bool"
                  }
                ],
                "name": "setMandatorySponsoring",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "accessor",
                    "type": "address"
                  }
                ],
                "name": "isAvailable",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "sd",
                    "type": "bool"
                  },
                  {
                    "name": "hd",
                    "type": "bool"
                  },
                  {
                    "name": "start",
                    "type": "uint256"
                  },
                  {
                    "name": "end",
                    "type": "uint256"
                  },
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "availability",
                "outputs": [
                  {
                    "name": "clearedSD",
                    "type": "bool"
                  },
                  {
                    "name": "clearedHD",
                    "type": "bool"
                  },
                  {
                    "name": "startDate",
                    "type": "uint256"
                  },
                  {
                    "name": "endDate",
                    "type": "uint256"
                  },
                  {
                    "name": "region",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "presetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatorySponsoring",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignManager",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x58974630c24a0b2f466536b4732470ab5ce219bd",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 123825
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 123825
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Sponsored Content"
        }
      },
      "iq__3syfVBh2A9tvygGHPetwggkfDwtn": {
        "id": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
        "hash": "hq__4jZawSWs4KXLgbUA1HZJdSwJseW3k9wTqaG1c53jf3qycxf1v38bHPnrs4RVoexgG6XdYfcdwp",
        "name": "Sponsored Content ABR Master",
        "meta": {
          "bitcode_flags": "abrmaster",
          "bitcode_format": "builtin",
          "bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
          "custom_contract": {
            "abi": [
              {
                "constant": true,
                "inputs": [],
                "name": "creator",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccessInfo",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "validateAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "name": "",
                    "type": "bytes32[]"
                  },
                  {
                    "name": "",
                    "type": "address[]"
                  }
                ],
                "name": "runAccess",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "score_pct",
                    "type": "uint256"
                  }
                ],
                "name": "runFinalize",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "preset_access_charge",
                    "type": "uint256"
                  }
                ],
                "name": "setPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatoryPresetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "proposed_status_code",
                    "type": "int256"
                  }
                ],
                "name": "runStatusChange",
                "outputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "campaign_manager",
                    "type": "address"
                  }
                ],
                "name": "setCampaignManager",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_preset_access_charge",
                    "type": "bool"
                  }
                ],
                "name": "setMandatoryPresetAccessCharge",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "kill",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "int256"
                  }
                ],
                "name": "runDescribeStatus",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "pure",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "commercialOfferingManagerAddress",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "region",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "version",
                "outputs": [
                  {
                    "name": "",
                    "type": "bytes32"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "commercial_offering_manager_address",
                    "type": "address"
                  }
                ],
                "name": "setCommercialOfferingManagerAddress",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setRegion",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "mandatory_sponsoring",
                    "type": "bool"
                  }
                ],
                "name": "setMandatorySponsoring",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_ACCESS",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newCreator",
                    "type": "address"
                  }
                ],
                "name": "transferCreatorship",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runCreate",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "owner",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "accessor",
                    "type": "address"
                  }
                ],
                "name": "isAvailable",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [],
                "name": "runKill",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "content",
                    "type": "address"
                  },
                  {
                    "name": "sd",
                    "type": "bool"
                  },
                  {
                    "name": "hd",
                    "type": "bool"
                  },
                  {
                    "name": "start",
                    "type": "uint256"
                  },
                  {
                    "name": "end",
                    "type": "uint256"
                  },
                  {
                    "name": "r",
                    "type": "address"
                  }
                ],
                "name": "setAvailability",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "name": "availability",
                "outputs": [
                  {
                    "name": "clearedSD",
                    "type": "bool"
                  },
                  {
                    "name": "clearedHD",
                    "type": "bool"
                  },
                  {
                    "name": "startDate",
                    "type": "uint256"
                  },
                  {
                    "name": "endDate",
                    "type": "uint256"
                  },
                  {
                    "name": "region",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "contentSpace",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "presetAccessCharge",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "mandatorySponsoring",
                "outputs": [
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_SEE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  },
                  {
                    "name": "",
                    "type": "bool"
                  }
                ],
                "name": "runGrant",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint256"
                  }
                ],
                "payable": true,
                "stateMutability": "payable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "DEFAULT_CHARGE",
                "outputs": [
                  {
                    "name": "",
                    "type": "uint8"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "constant": false,
                "inputs": [
                  {
                    "name": "newOwner",
                    "type": "address"
                  }
                ],
                "name": "transferOwnership",
                "outputs": [],
                "payable": false,
                "stateMutability": "nonpayable",
                "type": "function"
              },
              {
                "constant": true,
                "inputs": [],
                "name": "campaignManager",
                "outputs": [
                  {
                    "name": "",
                    "type": "address"
                  }
                ],
                "payable": false,
                "stateMutability": "view",
                "type": "function"
              },
              {
                "payable": true,
                "stateMutability": "payable",
                "type": "fallback"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  }
                ],
                "name": "Log",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bool"
                  }
                ],
                "name": "LogBool",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "a",
                    "type": "address"
                  }
                ],
                "name": "LogAddress",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "uint256"
                  }
                ],
                "name": "LogUint256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "u",
                    "type": "int256"
                  }
                ],
                "name": "LogInt256",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "b",
                    "type": "bytes32"
                  }
                ],
                "name": "LogBytes32",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "label",
                    "type": "string"
                  },
                  {
                    "indexed": false,
                    "name": "payee",
                    "type": "address"
                  },
                  {
                    "indexed": false,
                    "name": "amount",
                    "type": "uint256"
                  }
                ],
                "name": "LogPayment",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunCreate",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunKill",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "proposedStatusCode",
                    "type": "int256"
                  },
                  {
                    "indexed": false,
                    "name": "returnStatusCode",
                    "type": "int256"
                  }
                ],
                "name": "RunStatusChange",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "level",
                    "type": "uint8"
                  },
                  {
                    "indexed": false,
                    "name": "calculateAccessCharge",
                    "type": "int256"
                  }
                ],
                "name": "RunAccessCharge",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunAccess",
                "type": "event"
              },
              {
                "anonymous": false,
                "inputs": [
                  {
                    "indexed": false,
                    "name": "requestID",
                    "type": "uint256"
                  },
                  {
                    "indexed": false,
                    "name": "result",
                    "type": "uint256"
                  }
                ],
                "name": "RunFinalize",
                "type": "event"
              }
            ],
            "address": "0x6539608cc2e3b8328f7795e506c4b2f5aac17d47",
            "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
          },
          "eluv.displayApp": "displayApp.html",
          "eluv.manageApp": "manageApp.html",
          "files": {
            ".": {
              "type": "directory"
            },
            "displayApp.html": {
              ".": {
                "parts": [
                  1
                ],
                "size": 123825
              }
            },
            "manageApp.html": {
              ".": {
                "parts": [
                  0
                ],
                "size": 123825
              }
            }
          },
          "mime-types": {
            "html": "text/html"
          },
          "name": "Sponsored Content ABR Master"
        }
      },
      "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4": {
        "id": "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4",
        "hash": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz",
        "name": "Test Content Type 1679c518bcacf9c43d12",
        "meta": {
          "name": "Test Content Type 1679c518bcacf9c43d12",
          "public": {
            "name": "Test Content Type 1679c518bcacf9c43d12"
          }
        }
      }
    }
    Source:

    async ContractEvents({
    contractAddress,
    abi,
    fromBlockoptional,
    toBlockoptional,
    countoptional,
    includeTransactionoptional
    })
    → Promise.<Array.<Array.<Object>>>

    Get all events on the specified contract

    Returns: List of blocks, in ascending order by block number, each containing a list of the events in the block.
    Parameters:
    Name Type Attributes Default Description
    contractAddress string

    The address of the contract

    abi object

    The ABI of the contract

    fromBlock number <optional>

    Limit results to events after the specified block (inclusive)

    toBlock number <optional>

    Limit results to events before the specified block (inclusive)

    count number <optional>
    1000

    Maximum range of blocks to search (unless both toBlock and fromBlock are specified)

    includeTransaction boolean <optional>
    false

    If specified, more detailed transaction info will be included. Note: This requires one extra network call per block, so it should not be used for very large ranges

    Example
    async ContractEvents({
      "contractAddress": "0xb36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ]
    });
    
    
    [
      [
        {
          "blockNumber": 114013,
          "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "1": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "content_type": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114010,
          "blockHash": "0xdb5ae0d457e2158760b048d3e4403f202dbc0f7b67c055adf39a6cfd00f62400",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f414b574b68355061684a39464e4d7443484e3167455737466269456365644c6b33686554626a724a5962747935734753346267317a544d6634786f5a6f45375463324246417a356d7138000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x028eea5689cdfe2287af7c2ee823276d67dfbbc03c8b4bf9971789ffeff54f28",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AKWKh5PahJ9FNMtCHN1gEW7FbiEcedLk3heTbjrJYbty5sGS4bg1zTMf4xoZoE7Tc2BFAz5mq8",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AKWKh5PahJ9FNMtCHN1gEW7FbiEcedLk3heTbjrJYbty5sGS4bg1zTMf4xoZoE7Tc2BFAz5mq8",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114008,
          "blockHash": "0x0f431f2e0b78381358d1c7c861543008af2d8bb18045bbef6fc1978f658bfb6a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f414b574b68355061684a39464e4d7443484e3167455737466269456365644c6b33686554626a724a5962747935734753346267317a544d6634786f5a6f45375463324246417a356d7138000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x2351c72d96879f4b7f636736866599d5fafc26e4370f8472b67f3fcd719c958c",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__AKWKh5PahJ9FNMtCHN1gEW7FbiEcedLk3heTbjrJYbty5sGS4bg1zTMf4xoZoE7Tc2BFAz5mq8",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AKWKh5PahJ9FNMtCHN1gEW7FbiEcedLk3heTbjrJYbty5sGS4bg1zTMf4xoZoE7Tc2BFAz5mq8",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114005,
          "blockHash": "0x516ff48a437c1837b314b6de3e99dddb0ad17883408725b85e82fb3161b5fb3a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c",
          "topics": [
            "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb"
          ],
          "transactionHash": "0x2b5209fb908303b70c69c89a5880072ca8f80fabf01aa0d15d24284f610a219a",
          "logIndex": 0,
          "decode": "function",
          "name": "ReviewerGroupRemoved",
          "signature": "ReviewerGroupRemoved(address)",
          "topic": "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb",
          "values": {
            "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114003,
          "blockHash": "0x08fe4f9ce697bff5294793df1a22bd10e64b07c5ebf42282e860609f4b6e5116",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c",
          "topics": [
            "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411"
          ],
          "transactionHash": "0xfeba0ffb70ddfd130f4df17fdf53271cdf66637d6a935fead398e6e25b7a1498",
          "logIndex": 0,
          "decode": "function",
          "name": "AccessorGroupAdded",
          "signature": "AccessorGroupAdded(address)",
          "topic": "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411",
          "values": {
            "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114000,
          "blockHash": "0x8c2d1fa781322c70e62d8368c7538372209c6a57c30e9cbac87f11ca5abe1b9a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c",
          "topics": [
            "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb"
          ],
          "transactionHash": "0x0d0b7e887a4848ba639a2866a60de482fa89bbbc8a4b8cf16570f5379c47435f",
          "logIndex": 0,
          "decode": "function",
          "name": "ReviewerGroupAdded",
          "signature": "ReviewerGroupAdded(address)",
          "topic": "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb",
          "values": {
            "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 113998,
          "blockHash": "0x8edd84d35ba5b2c7b63a77913adccc3790b2224a9ca8b7dc8721d9d97c638387",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c",
          "topics": [
            "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61"
          ],
          "transactionHash": "0x4104afb4f19e41cd7977759eb70ccea227808cfcb9b5d8739bf5be06d827e40b",
          "logIndex": 0,
          "decode": "function",
          "name": "ContributorGroupAdded",
          "signature": "ContributorGroupAdded(address)",
          "topic": "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61",
          "values": {
            "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 113995,
          "blockHash": "0x3fdf3d19a313a1ca4c4435f7cfd574424aba60d5463b8d878ced1f7127e7376b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d",
          "topics": [
            "0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2"
          ],
          "transactionHash": "0xf4221eae0f631d3c36655388cbede491f3c06cdf496fcb5ce34c1e3940a0c17e",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentTypeRemoved",
          "signature": "ContentTypeRemoved(address)",
          "topic": "0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2",
          "values": {
            "0": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "contentType": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 113993,
          "blockHash": "0x2d4ff252f22863bf64e1d8c1b02af321855d01b2cf53fc21e1c8fdef1d201ecb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7"
          ],
          "transactionHash": "0x766031cc59c4807017ce1c30fd49f651f61ad2291c6755c8e432aec33a4eb99f",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentTypeAdded",
          "signature": "ContentTypeAdded(address,address)",
          "topic": "0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7",
          "values": {
            "0": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "1": "0x0000000000000000000000000000000000000000",
            "contentType": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "contentContract": "0x0000000000000000000000000000000000000000",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 113991,
          "blockHash": "0xb89f48c0fa7ecb078aa4e29d0c6d664184cdce9f5bccd65042d81e06c7b594bb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d",
          "topics": [
            "0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2"
          ],
          "transactionHash": "0x04c2958e685a9a7534d8ffb6de5c774ff996a64a7af55546a1d478f8dc9afc79",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentTypeRemoved",
          "signature": "ContentTypeRemoved(address)",
          "topic": "0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2",
          "values": {
            "0": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "contentType": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 113989,
          "blockHash": "0xd7f362fe7ccaf8eabc3e375e9891c202e1a0047c1d3608db6ade61ca8119d56c",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7"
          ],
          "transactionHash": "0xf9326be512648d49e5a6393468a5b3e8d5c6410f864fe8e3b40516ef7fa53a21",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentTypeAdded",
          "signature": "ContentTypeAdded(address,address)",
          "topic": "0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7",
          "values": {
            "0": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "1": "0x0000000000000000000000000000000000000000",
            "contentType": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "contentContract": "0x0000000000000000000000000000000000000000",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 113986,
          "blockHash": "0xf14c8bbfd3966b04678d5926ec228e37da9952de6b9ad6457bb81f6cedd07473",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0x6343cb3a57cb49d87f8ca7eb4e6ab08699a9603a37eb80ea0de87832b9e653bb",
          "logIndex": 0,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      [
        {
          "blockNumber": 113984,
          "blockHash": "0x615e004938ffc7900cffe1d86899f8ef4cfd689dbb199356b6061c62ba6e4f64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c4a793341504769754e6364723545747967425246777034716d6a765638447a506e6a6d4164413142486f4c4739756e31515262467745447677566f4647506f4b4e317a744b484b6d67000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x4655fec2327c1074c151df184820cdd108115d63b8e1a96e9b036afb3501e966",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__LJy3APGiuNcdr5EtygBRFwp4qmjvV8DzPnjmAdA1BHoLG9un1QRbFwEDvwVoFGPoKN1ztKHKmg",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__LJy3APGiuNcdr5EtygBRFwp4qmjvV8DzPnjmAdA1BHoLG9un1QRbFwEDvwVoFGPoKN1ztKHKmg",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 113981,
          "blockHash": "0x64108c0eae787ee2aa8957755980732c9b7a3ca35d9ed22a1f27b48f9d72ff80",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c4a793341504769754e6364723545747967425246777034716d6a765638447a506e6a6d4164413142486f4c4739756e31515262467745447677566f4647506f4b4e317a744b484b6d67000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xa2b4373d04778b00dcdbb7edc124d7bae5a0cd08ad9808ce638d2b10f86abd7e",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__LJy3APGiuNcdr5EtygBRFwp4qmjvV8DzPnjmAdA1BHoLG9un1QRbFwEDvwVoFGPoKN1ztKHKmg",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__LJy3APGiuNcdr5EtygBRFwp4qmjvV8DzPnjmAdA1BHoLG9un1QRbFwEDvwVoFGPoKN1ztKHKmg",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 113979,
          "blockHash": "0x217932b66bf60fd126d72d84afb5f7e5d92b8cd4f90d1f77454b8253f3ed6024",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa2f533016ccf48d9b32e38a75e30aac1c77df1ae3007701045952627ff56aaf0",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ]
    ]
    Source:

    async ContractName({contractAddress}) → Promise.<string>

    Return the name of the contract, as specified in the contracts "version" string

    Returns: Name of the contract
    Parameters:
    Name Type Description
    contractAddress string

    Address of the contract

    Source:

    async CopyContentObject({
    libraryId,
    originalVersionHash,
    optionsoptional
    })
    → Promise.<Object>

    Create a new content object draft from an existing content object version.

    Note: The type of the new copy can be different from the original object.

    Returns: Response containing the object ID and write token of the draft
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library in which to create the new object

    originalVersionHash

    Version hash of the object to copy

    options Object <optional>

    type: Version hash of the content type to associate with the object - may be different from the original object

    meta: Metadata to use for the new object - This will be merged into the metadata of the original object

    Example
    async CopyContentObject({
      "libraryId": "ilibcw2SXJK4PHewfyUvvoEC5Qt3QCS",
      "originalVersionHash": "hq__7tjuXnzXwfN9RPNwGPYKHowofVjdM6ko9foJEGNmSFnDnZn8Vd9jpbLE2ZaLj2puNDSa9ogLLC",
      "options": {
        "type": "",
        "meta": {
          "copy": "metadata"
        },
        "copy_from": "hq__7tjuXnzXwfN9RPNwGPYKHowofVjdM6ko9foJEGNmSFnDnZn8Vd9jpbLE2ZaLj2puNDSa9ogLLC"
      }
    });
    
    
    {
      "id": "iq__22AVXfM6FhJqHquLKiWGMHgUBwdr",
      "write_token": "tqw_hgoR485VuuGA1oMdbkbKf9dXfGEdGGR5",
      "type": "",
      "meta": null
    }
    Source:

    async CreateABRMezzanine({
    libraryId,
    name,
    descriptionoptional,
    metadataoptional,
    masterVersionHash,
    variantoptional
    })
    → Object

    Create a mezzanine of the given master content object

    Returns: The finalize response for the object, as well as logs, warnings and errors from the mezzanine initialization
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the mezzanine library

    name string

    Name for mezzanine content object

    description string <optional>

    Description for mezzanine content object

    metadata Object <optional>

    Additional metadata for mezzanine content object

    masterVersionHash string

    The version hash of the production master content object

    variant string <optional>

    What variant of the master content object to use

    Example
    async CreateABRMezzanine({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "masterVersionHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
      "name": "Mezzanine Test",
      "description": "Mezzanine Test Description",
      "metadata": {
        "test": "mezzanine"
      }
    });
    
    
    {
      "logs": [
        "2019-11-08 22:48:52 Debug: apiAbrMezzanineInit()",
        "2019-11-08 22:48:52 Info: Get abr.Profile from lib",
        "2019-11-08 22:48:52 Info: Get production.Master",
        "2019-11-08 22:48:52 Debug: getProductionVariantCtx(hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f,default)",
        "2019-11-08 22:48:52 Debug: getting production.Master: hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
        "2019-11-08 22:48:52 Debug: Get production.Variant 'default' from production.Master",
        "2019-11-08 22:48:52 Info: Generate abr.Offering",
        "2019-11-08 22:48:52 Info: Saving metadata"
      ],
      "warnings": [],
      "errors": [],
      "id": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "hash": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
      "write_token": "tqw_8QQFR5TUQu4T1ZkDzXTeWmJ7ZHYRP9tYN",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    Source:

    async CreateAccessGroup({
    name,
    descriptionoptional,
    metaoptional
    })
    → Promise.<string>

    Create a access group

    A new access group contract is deployed from the content space

    Returns: Contract address of created access group
    Parameters:
    Name Type Attributes Description
    name string

    Name of the access group

    description string <optional>

    Description for the access group

    meta object <optional>

    Metadata for the access group

    Example
    async CreateAccessGroup({
      "name": "Test Access Group",
      "description": "Test Access Group Description",
      "metadata": {
        "group": "metadata"
      }
    });
    
    
    "0x0790e3a8c40797ed161076062caee73ce9dad89c"
    Source:

    async CreateContentLibrary({
    name,
    descriptionoptional,
    imageoptional,
    metadataoptional,
    kmsIdoptional
    })
    → Promise.<string>

    Create a new content library.

    A new content library contract is deployed from the content space, and that contract ID is used to determine the library ID to create in the fabric.

    Returns: Library ID of created library
    See:
    • PUT /qlibs/:qlibid
    Parameters:
    Name Type Attributes Description
    name string

    Library name

    description string <optional>

    Library description

    image blob <optional>

    Image associated with the library

    metadata Object <optional>

    Metadata of library object

    kmsId string <optional>

    ID of the KMS to use for content in this library. If not specified, the default KMS will be used.

    Examples
    async CreateContentLibrary({
      "name": "Test Library 1679c518bcacf9c43d12",
      "description": "Test Library Description",
      "metadata": {
        "private": {
          "meta": "data"
        }
      }
    });
    
    
    "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U"
    async CreateContentLibrary({
      "name": "Test Object Filtering"
    });
    
    
    "ilibcKs5VHuex6MY5HJfHBA8JQFrccj"
    async CreateContentLibrary({
      "name": "Test Media Library",
      "metadata": {
        "abr_profile": {
          "ladder_specs": {
            "{\"media_type\":\"audio\",\"channels\":2}": {
              "rung_specs": [
                {
                  "media_type": "audio",
                  "bit_rate": 128000,
                  "pregenerate": true
                }
              ]
            },
            "{\"media_type\":\"video\",\"aspect_ratio_height\":3,\"aspect_ratio_width\":4}": {
              "rung_specs": [
                {
                  "media_type": "video",
                  "bit_rate": 4900000,
                  "pregenerate": true,
                  "height": 1080,
                  "width": 1452
                },
                {
                  "media_type": "video",
                  "bit_rate": 3375000,
                  "pregenerate": false,
                  "height": 720,
                  "width": 968
                },
                {
                  "media_type": "video",
                  "bit_rate": 1500000,
                  "pregenerate": false,
                  "height": 540,
                  "width": 726
                },
                {
                  "media_type": "video",
                  "bit_rate": 825000,
                  "pregenerate": false,
                  "height": 432,
                  "width": 580
                },
                {
                  "media_type": "video",
                  "bit_rate": 300000,
                  "pregenerate": false,
                  "height": 360,
                  "width": 484
                }
              ]
            },
            "{\"media_type\":\"video\",\"aspect_ratio_height\":9,\"aspect_ratio_width\":16}": {
              "rung_specs": [
                {
                  "media_type": "video",
                  "bit_rate": 6500000,
                  "pregenerate": true,
                  "height": 1080,
                  "width": 1920
                },
                {
                  "media_type": "video",
                  "bit_rate": 4500000,
                  "pregenerate": false,
                  "height": 720,
                  "width": 1280
                },
                {
                  "media_type": "video",
                  "bit_rate": 2000000,
                  "pregenerate": false,
                  "height": 540,
                  "width": 960
                },
                {
                  "media_type": "video",
                  "bit_rate": 1100000,
                  "pregenerate": false,
                  "height": 432,
                  "width": 768
                },
                {
                  "media_type": "video",
                  "bit_rate": 400000,
                  "pregenerate": false,
                  "height": 360,
                  "width": 640
                }
              ]
            }
          },
          "playout_formats": {
            "dash-clear": {
              "drm": null,
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "dash-widevine": {
              "drm": {
                "type": "DrmWidevine",
                "license_servers": [],
                "enc_scheme_name": "cenc",
                "content_id": ""
              },
              "protocol": {
                "type": "ProtoDash",
                "min_buffer_length": 2
              }
            },
            "hls-aes128": {
              "drm": {
                "type": "DrmAes128",
                "enc_scheme_name": "aes-128"
              },
              "protocol": {
                "type": "ProtoHls"
              }
            },
            "hls-clear": {
              "drm": null,
              "protocol": {
                "type": "ProtoHls"
              }
            }
          },
          "segment_specs": {
            "audio": {
              "segs_per_chunk": 15,
              "target_dur": 2
            },
            "video": {
              "segs_per_chunk": 15,
              "target_dur": 2.03
            }
          }
        }
      }
    });
    
    
    "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C"
    Source:

    async CreateContentObject({
    libraryId,
    objectIdoptional,
    optionsoptional
    })
    → Promise.<Object>

    Create a new content object draft.

    A new content object contract is deployed from the content library, and that contract ID is used to determine the object ID to create in the fabric.

    Returns: Response containing the object ID and write token of the draft
    See:
    • PUT /qlibs/:qlibid/q/:objectid
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId objectId <optional>

    ID of the object (if contract already exists)

    options Object <optional>

    type: Version hash of the content type to associate with the object

    meta: Metadata to use for the new object

    Examples
    async CreateContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__f2us6F8drZu6WaXwdGtJ4rBRccN"
    });
    
    
    {
      "id": "iq__f2us6F8drZu6WaXwdGtJ4rBRccN",
      "write_token": "tqw_22wnx4evMhdbLnYcnbRcZyT3hqb7GP1Dh",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "options": {
        "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz",
        "meta": {
          "name": "Test Content Object",
          "toMerge": {
            "merge": "me"
          },
          "toReplace": {
            "replace": "me"
          },
          "toDelete": {
            "delete": "me"
          }
        },
        "visibility": 100
      }
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "write_token": "tqw_P42iez5uXVQzT4hUZkMPMaetZrSdq1u7q",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async CreateContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "options": {
        "meta": {
          "name": "Test Object 1",
          "otherKey": 9
        }
      }
    });
    
    
    {
      "id": "iq__2om8ZBkxnxFDot3Ux9Zm8WVxnDAv",
      "write_token": "tqw_BE5H8Xvi8NGtxzJDCJHMmnJrSiNoZGEbz",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "options": {
        "meta": {
          "name": "Test Object 9",
          "otherKey": 1
        }
      }
    });
    
    
    {
      "id": "iq__2fG8z4m6G8FwrZ8fTnwuuc5UikVf",
      "write_token": "tqw_8oji5UE9pPgmypHKE54Xbyp6apinjAKFc",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "options": {
        "meta": {
          "name": "Test Object 8",
          "otherKey": 2
        }
      }
    });
    
    
    {
      "id": "iq__4B3uEPytnuJg1kTr3qTEsvQj7f1V",
      "write_token": "tqw_F6gQ5DGz8PQUEAG3BRV8erwih5y5n8NKi",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "options": {
        "meta": {
          "name": "Test Object 5",
          "otherKey": 5
        }
      }
    });
    
    
    {
      "id": "iq__LLXrHfn4uLpTmjR5FQ1gPqMyqpi",
      "write_token": "tqw_2cy9gucpLa2hgQsctnMHqdBkG7zyWieJA",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "options": {
        "meta": {
          "name": "Test Object 10",
          "otherKey": 0
        }
      }
    });
    
    
    {
      "id": "iq__nURtZTaNtWW2JCbxYqzQDQvyC8r",
      "write_token": "tqw_8oLteanhTyZoJHVhUVpy95n9hezLe8pA9",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "options": {
        "meta": {
          "name": "Test Object 3",
          "otherKey": 7
        }
      }
    });
    
    
    {
      "id": "iq__TncsWgESm7RrZpDnW5wt9LBXkWV",
      "write_token": "tqw_627cPGbMcnMUMVbc5tobCDD9vdZWv8wQc",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "options": {
        "meta": {
          "name": "Test Object 2",
          "otherKey": 8
        }
      }
    });
    
    
    {
      "id": "iq__3FEKFrtua1Uh8wKdU6XkhR47TA3Z",
      "write_token": "tqw_7E9epDQQX3hJzzkCgsvze4dxDJ93kZVV",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "options": {
        "meta": {
          "name": "Test Object 7",
          "otherKey": 3
        }
      }
    });
    
    
    {
      "id": "iq__5odXG5EQVEN7HzyS83AchV6Y17J",
      "write_token": "tqw_7CsXJ3MybRoaYmy4EYAX9iJAQJJ3UH5zG",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "options": {
        "meta": {
          "name": "Test Object 6",
          "otherKey": 4
        }
      }
    });
    
    
    {
      "id": "iq__4Qg5sSfEjFbuechmQUzWiXSiD1d3",
      "write_token": "tqw_PztNq9McJJxK2LXjUWvGkzTNzcRiRrX8Q",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "options": {
        "meta": {
          "name": "Test Object 4",
          "otherKey": 6
        }
      }
    });
    
    
    {
      "id": "iq__2aWrWt2obZRqZEvGxjRV2FywwBd1",
      "write_token": "tqw_BSorYJ6vyLGLnJGkGVhDM48bYHmDym4Ti",
      "type": ""
    }
    async CreateContentObject({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "options": {
        "type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
      }
    });
    
    
    {
      "id": "iq__3s4SbaVgbcj1K2cKgqR4JA9tKSKR",
      "write_token": "tqw_CEV9rJyqY3Q5GAy2JqwxEJMQ1KfRWgRfp",
      "type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
    }
    async CreateContentObject({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "options": {
        "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
      }
    });
    
    
    {
      "id": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "write_token": "tqw_8QQFR5TUQu4T1ZkDzXTeWmJ7ZHYRP9tYN",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    Source:

    async CreateContentSpace({name}) → Promise.<string>

    Deploy a new content space contract

    Returns: Content space ID of the created content space
    Parameters:
    Name Type Description
    name String

    Name of the content space

    Source:

    async CreateContentType({
    libraryIdoptional,
    name,
    metadata,
    bitcodeoptional
    })
    → Promise.<string>

    Create a new content type.

    A new content type contract is deployed from the content space, and that contract ID is used to determine the object ID to create in the fabric. The content type object will be created in the special content space library (ilib)

    Returns: Object ID of created content type
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library in which to create the content type. If not specified, it will be created in the content space library

    name string

    Name of the content type

    metadata object

    Metadata for the new content type

    bitcode Blob | Buffer <optional>

    Bitcode to be used for the content type

    Example
    async CreateContentType({
      "name": "Test Content Type 1679c518bcacf9c43d12"
    });
    
    
    "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4"
    Source:

    Create links

    Expected format of links:

    [ { path: string (path to link) target: string (path to target file), targetHash: string (optional, for cross-object links) } ]

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    links Array.<Object>

    Link specifications

    async CreateLinks({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_5w1VWrQseycRfJCw6Jh6BSCQVBkBh3bT1",
      "links": [
        {
          "target": "testDirectory/File 1",
          "path": "myLink"
        },
        {
          "target": "testDirectory/File 2",
          "path": "links/myLink2"
        }
      ]
    });
    
    
    <No Return Value>
    Source:

    async CreatePart({
    libraryId,
    objectId,
    writeToken,
    encryptionoptional
    })
    → Promise.<string>

    Create a part upload draft

    Returns: The part write token for the part draft
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    encryption string <optional>
    none

    Desired encryption scheme. Options: 'none (default)', 'cgck'

    Examples
    async CreatePart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "writeToken": "tqw_9QaoiwuifnHELNQN67eDrjPrGs1ahrXGW",
      "encryption": "none"
    });
    
    
    "tqpwDZyhYoMdmXkcFoQXr2mjkLRafhGDMYeU1"
    async CreatePart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_GdwUKh7chnw3xTbB57UE3XF3pVAEu2n8Y",
      "encryption": "none"
    });
    
    
    "tqpwNxpvSApV62SM2z1VpiBMCJjgN5R7gZhc7"
    async CreatePart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AE5f5QgQPCUR5iBtd82ohCK9xWTCeXnA",
      "encryption": "cgck"
    });
    
    
    "tqpwFuSw4vCWbd1YKXoTs3aofJ6A3QaukqNWx"
    async CreatePart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm"
    });
    
    
    "tqpwNYRJFWwR57u9nQhucXcz1RFeRZNvYzAHw"
    async CreatePart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta",
      "encryption": "cgck"
    });
    
    
    "tqpwMB1jYG5hoeUEQnbx86tscYc8GhUNSeYEh"
    Source:

    async CreateProductionMaster({
    libraryId,
    name,
    descriptionoptional,
    contentTypeName,
    metadataoptional,
    fileInfooptional,
    copyoptional,
    callbackoptional,
    accessoptional
    })
    → Object

    Create a master media content object with the given files.

    • If uploading using local files, use fileInfo parameter (see UploadFiles for format)
    • If uploading from S3 bucket, use access, filePath and copy, parameters (see UploadFilesFromS3 method)
    Returns: The finalize response for the object, as well as logs, warnings and errors from the master initialization
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    name string

    Name of the content

    description string <optional>

    Description of the content

    contentTypeName string

    Name of the content type to use

    metadata Object <optional>

    Additional metadata for the content object

    fileInfo Object <optional>

    Files to upload to (See UploadFiles/UploadFilesFromS3 method)

    copy boolean <optional>
    false

    (S3) If specified, files will be copied from S3

    callback function <optional>

    Progress callback for file upload (See UploadFiles/UploadFilesFromS3 method)

    access Object <optional>

    (S3) Region, bucket, access key and secret for S3

    • Format: {region, bucket, accessKey, secret}
    Throws:

    error - If the initialization of the master fails, error details can be found in error.body

    Type
    Object
    Example
    async CreateProductionMaster({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "name": "Production Master Test",
      "description": "Production Master Test Description",
      "metadata": {
        "test": "master"
      },
      "fileInfo": [
        {
          "path": "Video.mp4",
          "mime_type": "video/mp4",
          "size": 3738907,
          "type": "file"
        }
      ]
    });
    
    
    {
      "errors": [],
      "logs": [
        "2019-11-08 22:48:44 Debug: avtest.initProdMaster()",
        "2019-11-08 22:48:44 Info: Get list of files from object",
        "2019-11-08 22:48:44 Info: 2 item(s) found in file list.",
        "2019-11-08 22:48:44 Info: Skipping '.'",
        "2019-11-08 22:48:44 Info: Analyzing Video.mp4",
        "2019-11-08 22:48:44 Debug: getAvpReqCtx filePath=Video.mp4 qhot=tqw_CEV9rJyqY3Q5GAy2JqwxEJMQ1KfRWgRfp key=tqw_CEV9rJyqY3Q5GAy2JqwxEJMQ1KfRWgRfp.txAll.Video.mp4"
      ],
      "warnings": [],
      "id": "iq__3s4SbaVgbcj1K2cKgqR4JA9tKSKR",
      "hash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
      "write_token": "tqw_CEV9rJyqY3Q5GAy2JqwxEJMQ1KfRWgRfp",
      "type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
    }
    Source:

    CurrentAccountAddress() → string

    Get the account address of the current signer

    Returns: The address of the current signer
    Source:

    async CustomContractAddress({
    libraryId,
    objectId
    })
    → Promise.<string>|undefined

    Get the custom contract of the specified object

    Returns: If the object has a custom contract, this will return the address of the custom contract
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    Example
    async CustomContractAddress({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    "0x5618ec2a71f680cbd00df4720ea7440303ff6074"
    Source:

    async DefaultKMSAddress() → Promise.<string>

    Get the address of the default KMS of the content space

    Returns: Address of the KMS
    Example
    async DefaultKMSAddress();
    
    
    "0x024E380255B1f88AD89603C628f32bA0fb222Fa4"
    Source:

    async DeleteAccessGroup({contractAddress})

    Delete an access group

    Calls the kill method on the specified access group's contract

    Parameters:
    Name Type Description
    contractAddress string

    The address of the access group contract

    Example
    async DeleteAccessGroup({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c"
    });
    
    
    <No Return Value>
    Source:

    async DeleteContentLibrary({libraryId})

    Delete the specified content library

    See:
    • DELETE /qlibs/:qlibid
    Parameters:
    Name Type Description
    libraryId string

    ID of the library to delete

    Example
    async DeleteContentLibrary({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX"
    });
    
    
    <No Return Value>
    Source:

    async DeleteContentObject({
    libraryId,
    objectId
    })

    Delete specified content object

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    Example
    async DeleteContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    <No Return Value>
    Source:

    async DeleteContentVersion({versionHashoptional})

    Delete specified version of the content object

    Parameters:
    Name Type Attributes Description
    versionHash string <optional>

    Hash of the object version - if not specified, most recent version will be deleted

    Example
    async DeleteContentVersion({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT"
    });
    
    
    <No Return Value>
    Source:

    async DeleteFiles({
    libraryId,
    objectId,
    writeToken,
    filePaths
    })

    Delete the specified list of files/directories

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    filePaths Array.<string>

    List of file paths to delete

    Source:

    async DeleteMetadata({
    libraryId,
    objectId,
    writeToken,
    metadataSubtreeoptional
    })

    Delete content object metadata of specified subtree

    See:
    • DELETE /qlibs/:qlibid/q/:write_token/meta
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    metadataSubtree string <optional>

    Subtree of the object metadata to modify

    • if not specified, all metadata will be deleted
    Example
    async DeleteMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_56eDPcxNiXBh7cQkcNvfm58Kh21X1vsqD",
      "metadataSubtree": "toDelete"
    });
    
    
    <No Return Value>
    Source:

    async DeletePart({
    libraryId,
    objectId,
    writeToken,
    partHash
    })

    Delete the specified part from a content draft

    See:
    • DELETE /qlibs/:qlibid/q/:write_token/parts/:qparthash
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    partHash string

    Hash of the part to delete

    Examples
    async DeletePart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_CZLyULkM6hFAuuFtERgyETNjorEcwrjCC",
      "partHash": "hqp_MJtGtTBS1fw1gr8srtzfmk9PGSYzFNwfzYAm15CZGZ1jT9HP"
    });
    
    
    <No Return Value>
    async DeletePart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_CZLyULkM6hFAuuFtERgyETNjorEcwrjCC",
      "partHash": "hqp_NqcurcF2mZVL5zuW524CuB7HLKWvNBavwPptvxfoe3igfe93"
    });
    
    
    <No Return Value>
    Source:

    async DeployContract({
    abi,
    bytecode,
    constructorArgs,
    overridesoptional
    })
    → Promise.<Object>

    Deploy a contract from ABI and bytecode. This client's signer will be the owner of the contract.

    Returns: Response containing the deployed contract address and the transaction hash of the deployment
    Parameters:
    Name Type Attributes Description
    abi Object

    ABI of contract

    bytecode string

    Bytecode of the contract

    constructorArgs Array.<string>

    List of arguments to the contract constructor

    overrides Object <optional>

    Change default gasPrice or gasLimit used for this action

    Example
    async DeployContract({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "licensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccess",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "runFinalize",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "percentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "withdraw",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "proposed_status_code",
              "type": "int256"
            }
          ],
          "name": "runStatusChange",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "runDescribeStatus",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "pure",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_FINAL_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runCreate",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "partialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runKill",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            },
            {
              "name": "new_owner",
              "type": "address"
            }
          ],
          "name": "transferContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT_APPROVED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "licensing_fee",
              "type": "uint256"
            }
          ],
          "name": "setLicensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "licensingStatus",
          "outputs": [
            {
              "name": "percentComplete",
              "type": "uint8"
            },
            {
              "name": "licensingFee",
              "type": "uint256"
            },
            {
              "name": "licensingFeePaid",
              "type": "uint256"
            },
            {
              "name": "valid",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "partial_payment",
              "type": "uint8"
            }
          ],
          "name": "setPartialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "percent_partial",
              "type": "uint8"
            }
          ],
          "name": "setPercentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "bool"
            }
          ],
          "name": "runGrant",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            }
          ],
          "name": "reclaimContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_CHARGE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "percent_complete",
              "type": "uint8"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "reviewContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "PayCredit",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            }
          ],
          "name": "Log",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bool"
            }
          ],
          "name": "LogBool",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "LogAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "uint256"
            }
          ],
          "name": "LogUint256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "int256"
            }
          ],
          "name": "LogInt256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bytes32"
            }
          ],
          "name": "LogBytes32",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunKill",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "proposedStatusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "returnStatusCode",
              "type": "int256"
            }
          ],
          "name": "RunStatusChange",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "calculateAccessCharge",
              "type": "int256"
            }
          ],
          "name": "RunAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunFinalize",
          "type": "event"
        }
      ],
      "bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058203cd7cf68d58fc177b6a635bda8125ed3f471d66389e09531873c99f4f2cb84e50029",
      "constructorArgs": []
    });
    
    
    {
      "contractAddress": "0x5618ec2a71f680cbd00df4720ea7440303ff6074",
      "transactionHash": "0x69ce58cbabd414055a2b9395ca620fbef9f81430d180dc2fc0e8f8647ad28027"
    }
    Source:

    async DownloadFile({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    filePath,
    formatoptional
    })
    → Promise.<ArrayBuffer>

    Download a file from a content object

    Returns: File data in the requested format
    See:
    • GET /qlibs/:qlibid/q/:qhit/files/:filePath
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    filePath string

    Path to the file to download

    format string <optional>
    "blob"

    Format in which to return the data ("blob" | "arraybuffer")

    Examples
    async DownloadFile({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "filePath": "testDirectory/File 1",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 100000>
    async DownloadFile({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "filePath": "testDirectory/File 2",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 100000>
    async DownloadFile({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "filePath": "s3-copy",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 97944174>
    Source:

    async DownloadPart({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    partHash,
    formatoptional,
    chunkedoptional,
    chunkSizeoptional,
    callbackoptional
    })
    → Promise.<ArrayBuffer>

    Download a part from a content object. The fromByte and range parameters can be used to specify a specific section of the part to download.

    Returns: Part data in the specified format
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    partHash string

    Hash of the part to download

    format string <optional>
    "arrayBuffer"

    Format in which to return the data

    chunked boolean <optional>
    false

    If specified, part will be downloaded and decrypted in chunks. The specified callback will be invoked on completion of each chunk. This is recommended for large files, especially if they are encrypted.

    chunkSize number <optional>
    1000000

    If doing chunked download, size of each chunk to fetch

    callback function <optional>

    Will be called on completion of each chunk

    • Signature: ({bytesFinished, bytesTotal, chunk}) => {}

    Note: If the part is encrypted, bytesFinished/bytesTotal will not exactly match the size of the data received. These values correspond to the size of the encrypted data - when decrypted, the part will be slightly smaller.

    Example
    async DownloadPart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "partHash": "hqpe2xJtSFfYXg4PfFueTdvAjLecJZAoUyqGevesXVSdhmmGhwSM",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 100000>
    Source:

    async EditContentObject({
    libraryId,
    objectId,
    optionsoptional
    })
    → Promise.<object>

    Create a new content object draft from an existing object.

    Returns: Response containing the object ID and write token of the draft
    See:
    • POST /qlibs/:qlibid/qid/:objectid
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    options object <optional>

    meta: New metadata for the object - will be merged into existing metadata if specified

    Examples
    async EditContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__f2us6F8drZu6WaXwdGtJ4rBRccN"
    });
    
    
    {
      "id": "iq__f2us6F8drZu6WaXwdGtJ4rBRccN",
      "write_token": "tqw_PHiW18ghvwz7u3uf4Cfdxu1h7m7Uck3ZH",
      "type": ""
    }
    async EditContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "write_token": "tqw_4GqXLa3ZsYxWPypAZR4x2aMynuxTniZKT",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async EditContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "write_token": "tqw_9z4SPjoWdPdKojej79EmHziAA5yfNtu2B",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async EditContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "write_token": "tqw_MWvgmcQ784FTsetwjMQzUf78pcCMVj6F6",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async EditContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "write_token": "tqw_5w1VWrQseycRfJCw6Jh6BSCQVBkBh3bT1",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async EditContentObject({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__DbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "options": {
        "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
      }
    });
    
    
    {
      "id": "iq__DbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "write_token": "tqw_5TaDxB3LDjLCgoiT1F3GajT6XxnkqQkhi",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async EditContentObject({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw"
    });
    
    
    {
      "id": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "write_token": "tqw_32kgEewYeKUyopViWi1PXtn72b6Yd3EJ2",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    async EditContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "write_token": "tqw_Kq6h3vUVVZcq3rnqfCU51sSsoWiyCrEnr",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async EditContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "write_token": "tqw_CZLyULkM6hFAuuFtERgyETNjorEcwrjCC",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    Source:

    async Encrypt({
    libraryId,
    objectId,
    writeToken,
    chunk
    })
    → Promise.<ArrayBuffer>

    Encrypt the specified chunk for the specified object or draft

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    chunk Promise.<(ArrayBuffer|Buffer)>

    The data to encrypt

    Source:

    async EncryptionConk({
    libraryId,
    objectId,
    writeToken
    })

    Retrieve the encryption conk for the specified object. If one has not yet been created and a writeToken has been specified, this method will create a new conk and save it to the draft metadata

    Returns:

    Promise - The encryption conk for the object

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    Example
    async EncryptionConk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    {
      "secret_key": "kpsk11111111111111117fhmBVA5zEvULcec97qN1yZtUnqPAuaduLLsDqR7FThj",
      "public_key": "ktpkANjr9AQNycsNoTByqcZzjiCXDERoG4aJiWBYxUv83bqn6FfvLeUeBrUq6eAjVsLgV5wiGj4rsnECSzfwp81sWaaRxbzUBKQ3ZtXD8VtRrNxgNmAoi72MhNWRwUeamRpv36RZqWNZbVuGT5pp9k9uLtLi8gggePKQe8Mu1HU9fXwsVZjgZxwKNCL39rNcn8MYJhirZxvpP4MW4j9hTXKb275p8vrfDX1E94gBpQvSvJBD7A9GxcrBGJPup942XEthMoLB67z",
      "symm_key": "kpsy4ZpekxfPQQVougpYmv8Vkm"
    }
    Source:

    async Events({
    toBlockoptional,
    fromBlockoptional,
    countoptional,
    includeTransactionoptional
    })
    → Promise.<Array.<Array.<Object>>>

    Get events from the blockchain in reverse chronological order, starting from toBlock. This will also attempt to identify and parse any known Eluvio contract methods. If successful, the method name, signature, and input values will be included in the log entry.

    Returns: List of blocks, in ascending order by block number, each containing a list of the events in the block.
    Parameters:
    Name Type Attributes Default Description
    toBlock number <optional>

    Limit results to events before the specified block (inclusive) - If not specified, will start from latest block

    fromBlock number <optional>

    Limit results to events after the specified block (inclusive)

    count number <optional>
    10

    Max number of events to include (unless both toBlock and fromBlock are specified)

    includeTransaction boolean <optional>
    false

    If specified, more detailed transaction info will be included. Note: This requires two extra network calls per transaction, so it should not be used for very large ranges

    Examples
    async Events({
      "count": 5
    });
    
    
    [
      [
        {
          "blockNumber": 114109,
          "blockHash": "0x6b53c9eb0046849247cec2f4d78c5e9b163a7591a834b171c76851b22526bd78",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4550513977796a506f39797169467a506a574450646e6266376a4d574458425851724a756d4c55526666756f4c6e4767466247764b57735277627748714d6b324a72585364484d555473000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x37a4955e392e6614accd545ef2e0411e267a4d715411fb855fc29a8cdd4c601f",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114108,
          "blockHash": "0x64e9644f0602f30716dc2518c70b7b8cdd1d0607ebebbe8f38b765573c042b4d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4550513977796a506f39797169467a506a574450646e6266376a4d574458425851724a756d4c55526666756f4c6e4767466247764b57735277627748714d6b324a72585364484d555473000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x45f2cf4db3d99db6d8c732c461d2fe2bd47bc5578ae92ab6d4f8e3e6669e2820",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114107,
          "blockHash": "0x59bb26b47447cd4d7851d02af036d8d55066ad2232b954505201c0d63f521595",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x3d0743952bc6b81491d445ea7a33a1b49e9ae80b04a61681925dff52609d1394",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "objectHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114106,
          "blockHash": "0x2316e9b4597c5fdb163e3155ad8b9d3006bbb6d030db9e55680b1d7e8e9b2796",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000005618ec2a71f680cbd00df4720ea7440303ff6074",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x7adcf3116476320ad50ad6f5d9bd2e5b06853d9bf043960fd17ca83ba4dc5126",
          "logIndex": 0,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
            "contentContractAddress": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114110,
          "blockHash": "0x6fac0ead5e537ea987518dba682db442f202d569d87fdbea3855eb088479b357",
          "hash": "0x6fac0ead5e537ea987518dba682db442f202d569d87fdbea3855eb088479b357",
          "parentHash": "0x6b53c9eb0046849247cec2f4d78c5e9b163a7591a834b171c76851b22526bd78",
          "number": 114110,
          "timestamp": 1573253401,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000ba4ccff2139c27713e3519d16c98001cab299ceebf12dae3d95259c60f2050634307a8ae79e610c293034c4b62dd3e1bcdbe32f2d5181182dd1c663d5330e68701",
          "transactions": [
            "0xfbe831d792fcea201f82bbbd5d9661adcf8a422c41c95bf2b57ae1270d4906e7"
          ],
          "transactionHash": "0xfbe831d792fcea201f82bbbd5d9661adcf8a422c41c95bf2b57ae1270d4906e7"
        }
      ]
    ]
    async Events({
      "count": 20
    });
    
    
    [
      [
        {
          "blockNumber": 114109,
          "blockHash": "0x6b53c9eb0046849247cec2f4d78c5e9b163a7591a834b171c76851b22526bd78",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4550513977796a506f39797169467a506a574450646e6266376a4d574458425851724a756d4c55526666756f4c6e4767466247764b57735277627748714d6b324a72585364484d555473000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x37a4955e392e6614accd545ef2e0411e267a4d715411fb855fc29a8cdd4c601f",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114108,
          "blockHash": "0x64e9644f0602f30716dc2518c70b7b8cdd1d0607ebebbe8f38b765573c042b4d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4550513977796a506f39797169467a506a574450646e6266376a4d574458425851724a756d4c55526666756f4c6e4767466247764b57735277627748714d6b324a72585364484d555473000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x45f2cf4db3d99db6d8c732c461d2fe2bd47bc5578ae92ab6d4f8e3e6669e2820",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114107,
          "blockHash": "0x59bb26b47447cd4d7851d02af036d8d55066ad2232b954505201c0d63f521595",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x3d0743952bc6b81491d445ea7a33a1b49e9ae80b04a61681925dff52609d1394",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "objectHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114106,
          "blockHash": "0x2316e9b4597c5fdb163e3155ad8b9d3006bbb6d030db9e55680b1d7e8e9b2796",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000005618ec2a71f680cbd00df4720ea7440303ff6074",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x7adcf3116476320ad50ad6f5d9bd2e5b06853d9bf043960fd17ca83ba4dc5126",
          "logIndex": 0,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
            "contentContractAddress": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114104,
          "blockHash": "0x2a84737bc524fa540e7ef13c6bce6e2788800f67960f4e65a92e3395f7ee92ba",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "transactionHash": "0x05f9df3eb21bbf424b9c6fd52abae5d4693771ea12bdfe99923375c056d7130a",
          "logIndex": 0,
          "decode": "function",
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114103,
          "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "logIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": 0,
            "2": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "4": "",
            "requestID": {
              "_hex": "0x03"
            },
            "level": 0,
            "contentHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114103,
          "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "logIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114103,
          "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "logIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114102,
          "blockHash": "0x94a1a3b6768c0f46a3313366dfdaed2153798e8ad7437a33fd4a370f87bf20ee",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
          "topics": [
            "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
          ],
          "transactionHash": "0x9ab1396bf5d91c39fb4ed105305d824b75ac656ce6a43757a4ea963c63e20c58",
          "logIndex": 0,
          "decode": "function",
          "name": "SetAccessCharge",
          "signature": "SetAccessCharge(uint256)",
          "topic": "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3",
          "values": {
            "0": {
              "_hex": "0x06f05b59d3b20000"
            },
            "accessCharge": {
              "_hex": "0x06f05b59d3b20000"
            },
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114110,
          "blockHash": "0x6fac0ead5e537ea987518dba682db442f202d569d87fdbea3855eb088479b357",
          "hash": "0x6fac0ead5e537ea987518dba682db442f202d569d87fdbea3855eb088479b357",
          "parentHash": "0x6b53c9eb0046849247cec2f4d78c5e9b163a7591a834b171c76851b22526bd78",
          "number": 114110,
          "timestamp": 1573253401,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000ba4ccff2139c27713e3519d16c98001cab299ceebf12dae3d95259c60f2050634307a8ae79e610c293034c4b62dd3e1bcdbe32f2d5181182dd1c663d5330e68701",
          "transactions": [
            "0xfbe831d792fcea201f82bbbd5d9661adcf8a422c41c95bf2b57ae1270d4906e7"
          ],
          "transactionHash": "0xfbe831d792fcea201f82bbbd5d9661adcf8a422c41c95bf2b57ae1270d4906e7"
        }
      ],
      [
        {
          "blockNumber": 114100,
          "blockHash": "0x4cb25e54b636e57af0dd47f79a60809dff9896ac8c064a71fd830a5d8f9d8aee",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f326d553564787477313942596159557870314b6a377753617a6d47777a4c507a716b6774644a694e4b6350546b4d5a33775971554d78697461326f6f765a6979384e564c5a5465774e6a000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x3b4a3f38166a34cc45cf91ca5606d436cd26555f89b402539b79e4c2156f9415",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114099,
          "blockHash": "0xdd83d6d10fb0b090c8d94afc8ede6dc297098093ff3b04cb82a110978233fa02",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d70000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f326d553564787477313942596159557870314b6a377753617a6d47777a4c507a716b6774644a694e4b6350546b4d5a33775971554d78697461326f6f765a6979384e564c5a5465774e6a000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x5a24409fddbd437413ce9b1fb3cdb9b6130dea1e7bd5c7844e59636038cdfccd",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "2": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "objectHash": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114098,
          "blockHash": "0xf51d9d60d90c59896c9eaca60ae76f35a37bba2e68c510c755662404e51a652d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a4671683558654262484b723735456261685948595155514c4566694d4373594c314e59456a71434a4e63766b4669745a66756d32615131454462326234445065507469466473777371000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xfc865cfb5fe6c8841a78aaadb2a781856ad1ad2a1f060aa2d1d2e8ac2cc8ad7e",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114097,
          "blockHash": "0xfaafc20d03c6f247686ee11921972c833d3d8b6a5a448640feed21464bbdc3e9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d70000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a4671683558654262484b723735456261685948595155514c4566694d4373594c314e59456a71434a4e63766b4669745a66756d32615131454462326234445065507469466473777371000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x5f8ab931f2ea0f4703e9b9ab29547dee6a80d329ef54d5eec2e242ebcc6acb69",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "2": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "objectHash": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114096,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d4432660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "logIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114096,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "logIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114096,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "logIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114095,
          "blockHash": "0x085663a4dd26f927410805d3d87b9b0d6cddbf395300a9e87da5c5b69cadf8f6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0x",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0x7932207c9c1bca496a72213fd35ca4d5276db23cefe3cf88815f1b2b7e3143f5",
          "logIndex": 0,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      [
        {
          "blockNumber": 114094,
          "blockHash": "0xcf0199969cea2c43d88d4203fc8b83a8353a73eecea28b8db024ab62c40cb724",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x748cdd6acaeeb2c0a9bffaad7043b93324a16e33ff2270232e0db4c8ec4fdbdb",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114093,
          "blockHash": "0xf2c6f057d393949711392b97bcac087a1d40f0219ef2add8032e6e15b4eac4f1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d443266000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x4ab2933263eeec2f332b07c8443b8ebd5864820fcc04eff6d82c96163f46563c",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "1": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "content_type": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "contentAddress": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "containingLibrary": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114091,
          "blockHash": "0x6fdb56d7aa4529108348d7bc5a8977c55e9e115a0c4b26c04d1c8c3bc7cb38b8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d70000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d443266000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x9fb180def49193b8e9678bfc07387203e1fcacf8c26918ffb4fb6c78cb72e535",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "2": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "objectHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114105,
          "blockHash": "0x11a56d6de878e78f322cbc24198f7794d84f78a098adc62ca3cc26dbcfa1c755",
          "hash": "0x11a56d6de878e78f322cbc24198f7794d84f78a098adc62ca3cc26dbcfa1c755",
          "parentHash": "0x2a84737bc524fa540e7ef13c6bce6e2788800f67960f4e65a92e3395f7ee92ba",
          "number": 114105,
          "timestamp": 1573253395,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x18dce8"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000004f59020cfe0185e4297598512735c369707511bc219a357a2774a4d3036f252a1a25181ff1df68281bb6d6bff2fc9e9af3126a3fb0ce9861160e8f1986c2c69f00",
          "transactions": [
            "0x69ce58cbabd414055a2b9395ca620fbef9f81430d180dc2fc0e8f8647ad28027"
          ],
          "transactionHash": "0x69ce58cbabd414055a2b9395ca620fbef9f81430d180dc2fc0e8f8647ad28027"
        }
      ],
      [
        {
          "blockNumber": 114101,
          "blockHash": "0x073a93c4fa31e2a393eecc7130511dbf1c2f68b50db7994ef3972890127641a6",
          "hash": "0x073a93c4fa31e2a393eecc7130511dbf1c2f68b50db7994ef3972890127641a6",
          "parentHash": "0x4cb25e54b636e57af0dd47f79a60809dff9896ac8c064a71fd830a5d8f9d8aee",
          "number": 114101,
          "timestamp": 1573253389,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x6dd2"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000009e7e883e92402d2eadc6ff5437b5110baf5dd0d454e919ef0b0a807dbd648c24195031e706c5df5789d907c9cc8f15d691ff1f88948b01e32833acae6e09a6eb01",
          "transactions": [
            "0xb5263c292b6efb6cdfb1c13646d2b66add148cb8fc1d36970e8fc43c6035f0ec"
          ],
          "transactionHash": "0xb5263c292b6efb6cdfb1c13646d2b66add148cb8fc1d36970e8fc43c6035f0ec"
        }
      ]
    ]
    async Events({
      "count": 0
    });
    
    
    []
    async Events({
      "fromBlock": 114105
    });
    
    
    [
      [
        {
          "blockNumber": 114109,
          "blockHash": "0x6b53c9eb0046849247cec2f4d78c5e9b163a7591a834b171c76851b22526bd78",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4550513977796a506f39797169467a506a574450646e6266376a4d574458425851724a756d4c55526666756f4c6e4767466247764b57735277627748714d6b324a72585364484d555473000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x37a4955e392e6614accd545ef2e0411e267a4d715411fb855fc29a8cdd4c601f",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114108,
          "blockHash": "0x64e9644f0602f30716dc2518c70b7b8cdd1d0607ebebbe8f38b765573c042b4d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4550513977796a506f39797169467a506a574450646e6266376a4d574458425851724a756d4c55526666756f4c6e4767466247764b57735277627748714d6b324a72585364484d555473000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x45f2cf4db3d99db6d8c732c461d2fe2bd47bc5578ae92ab6d4f8e3e6669e2820",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114107,
          "blockHash": "0x59bb26b47447cd4d7851d02af036d8d55066ad2232b954505201c0d63f521595",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x3d0743952bc6b81491d445ea7a33a1b49e9ae80b04a61681925dff52609d1394",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "objectHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114106,
          "blockHash": "0x2316e9b4597c5fdb163e3155ad8b9d3006bbb6d030db9e55680b1d7e8e9b2796",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000005618ec2a71f680cbd00df4720ea7440303ff6074",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x7adcf3116476320ad50ad6f5d9bd2e5b06853d9bf043960fd17ca83ba4dc5126",
          "logIndex": 0,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
            "contentContractAddress": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114105,
          "blockHash": "0x11a56d6de878e78f322cbc24198f7794d84f78a098adc62ca3cc26dbcfa1c755",
          "hash": "0x11a56d6de878e78f322cbc24198f7794d84f78a098adc62ca3cc26dbcfa1c755",
          "parentHash": "0x2a84737bc524fa540e7ef13c6bce6e2788800f67960f4e65a92e3395f7ee92ba",
          "number": 114105,
          "timestamp": 1573253395,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x18dce8"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000004f59020cfe0185e4297598512735c369707511bc219a357a2774a4d3036f252a1a25181ff1df68281bb6d6bff2fc9e9af3126a3fb0ce9861160e8f1986c2c69f00",
          "transactions": [
            "0x69ce58cbabd414055a2b9395ca620fbef9f81430d180dc2fc0e8f8647ad28027"
          ],
          "transactionHash": "0x69ce58cbabd414055a2b9395ca620fbef9f81430d180dc2fc0e8f8647ad28027"
        }
      ],
      [
        {
          "blockNumber": 114110,
          "blockHash": "0x6fac0ead5e537ea987518dba682db442f202d569d87fdbea3855eb088479b357",
          "hash": "0x6fac0ead5e537ea987518dba682db442f202d569d87fdbea3855eb088479b357",
          "parentHash": "0x6b53c9eb0046849247cec2f4d78c5e9b163a7591a834b171c76851b22526bd78",
          "number": 114110,
          "timestamp": 1573253401,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000ba4ccff2139c27713e3519d16c98001cab299ceebf12dae3d95259c60f2050634307a8ae79e610c293034c4b62dd3e1bcdbe32f2d5181182dd1c663d5330e68701",
          "transactions": [
            "0xfbe831d792fcea201f82bbbd5d9661adcf8a422c41c95bf2b57ae1270d4906e7"
          ],
          "transactionHash": "0xfbe831d792fcea201f82bbbd5d9661adcf8a422c41c95bf2b57ae1270d4906e7"
        }
      ]
    ]
    async Events({
      "toBlock": 114100,
      "fromBlock": 114090
    });
    
    
    [
      [
        {
          "blockNumber": 114100,
          "blockHash": "0x4cb25e54b636e57af0dd47f79a60809dff9896ac8c064a71fd830a5d8f9d8aee",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f326d553564787477313942596159557870314b6a377753617a6d47777a4c507a716b6774644a694e4b6350546b4d5a33775971554d78697461326f6f765a6979384e564c5a5465774e6a000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x3b4a3f38166a34cc45cf91ca5606d436cd26555f89b402539b79e4c2156f9415",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114099,
          "blockHash": "0xdd83d6d10fb0b090c8d94afc8ede6dc297098093ff3b04cb82a110978233fa02",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d70000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f326d553564787477313942596159557870314b6a377753617a6d47777a4c507a716b6774644a694e4b6350546b4d5a33775971554d78697461326f6f765a6979384e564c5a5465774e6a000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x5a24409fddbd437413ce9b1fb3cdb9b6130dea1e7bd5c7844e59636038cdfccd",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "2": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "objectHash": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114098,
          "blockHash": "0xf51d9d60d90c59896c9eaca60ae76f35a37bba2e68c510c755662404e51a652d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a4671683558654262484b723735456261685948595155514c4566694d4373594c314e59456a71434a4e63766b4669745a66756d32615131454462326234445065507469466473777371000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xfc865cfb5fe6c8841a78aaadb2a781856ad1ad2a1f060aa2d1d2e8ac2cc8ad7e",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114097,
          "blockHash": "0xfaafc20d03c6f247686ee11921972c833d3d8b6a5a448640feed21464bbdc3e9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d70000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a4671683558654262484b723735456261685948595155514c4566694d4373594c314e59456a71434a4e63766b4669745a66756d32615131454462326234445065507469466473777371000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x5f8ab931f2ea0f4703e9b9ab29547dee6a80d329ef54d5eec2e242ebcc6acb69",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "2": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "objectHash": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114096,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d4432660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "logIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114096,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "logIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114096,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "logIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114095,
          "blockHash": "0x085663a4dd26f927410805d3d87b9b0d6cddbf395300a9e87da5c5b69cadf8f6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0x",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0x7932207c9c1bca496a72213fd35ca4d5276db23cefe3cf88815f1b2b7e3143f5",
          "logIndex": 0,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      [
        {
          "blockNumber": 114094,
          "blockHash": "0xcf0199969cea2c43d88d4203fc8b83a8353a73eecea28b8db024ab62c40cb724",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x748cdd6acaeeb2c0a9bffaad7043b93324a16e33ff2270232e0db4c8ec4fdbdb",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114093,
          "blockHash": "0xf2c6f057d393949711392b97bcac087a1d40f0219ef2add8032e6e15b4eac4f1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d443266000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x4ab2933263eeec2f332b07c8443b8ebd5864820fcc04eff6d82c96163f46563c",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "1": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "content_type": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "contentAddress": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "containingLibrary": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114091,
          "blockHash": "0x6fdb56d7aa4529108348d7bc5a8977c55e9e115a0c4b26c04d1c8c3bc7cb38b8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d70000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d443266000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x9fb180def49193b8e9678bfc07387203e1fcacf8c26918ffb4fb6c78cb72e535",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "2": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "objectHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114090,
          "blockHash": "0xe1fd13275e7fe18b4c5c903397ed9ad822313b17a4b16513adeb5634b12661f5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xce86161e8358257ebe0c5b17c2e032957a2c148568b198f8c9e783bf68ebe96f",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ]
    ]
    async Events({
      "count": 100,
      "includeTransaction": false
    });
    
    
    [
      [
        {
          "blockNumber": 114109,
          "blockHash": "0x6b53c9eb0046849247cec2f4d78c5e9b163a7591a834b171c76851b22526bd78",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4550513977796a506f39797169467a506a574450646e6266376a4d574458425851724a756d4c55526666756f4c6e4767466247764b57735277627748714d6b324a72585364484d555473000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x37a4955e392e6614accd545ef2e0411e267a4d715411fb855fc29a8cdd4c601f",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114108,
          "blockHash": "0x64e9644f0602f30716dc2518c70b7b8cdd1d0607ebebbe8f38b765573c042b4d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4550513977796a506f39797169467a506a574450646e6266376a4d574458425851724a756d4c55526666756f4c6e4767466247764b57735277627748714d6b324a72585364484d555473000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x45f2cf4db3d99db6d8c732c461d2fe2bd47bc5578ae92ab6d4f8e3e6669e2820",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114107,
          "blockHash": "0x59bb26b47447cd4d7851d02af036d8d55066ad2232b954505201c0d63f521595",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x3d0743952bc6b81491d445ea7a33a1b49e9ae80b04a61681925dff52609d1394",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "objectHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114106,
          "blockHash": "0x2316e9b4597c5fdb163e3155ad8b9d3006bbb6d030db9e55680b1d7e8e9b2796",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000005618ec2a71f680cbd00df4720ea7440303ff6074",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x7adcf3116476320ad50ad6f5d9bd2e5b06853d9bf043960fd17ca83ba4dc5126",
          "logIndex": 0,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
            "contentContractAddress": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114104,
          "blockHash": "0x2a84737bc524fa540e7ef13c6bce6e2788800f67960f4e65a92e3395f7ee92ba",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "transactionHash": "0x05f9df3eb21bbf424b9c6fd52abae5d4693771ea12bdfe99923375c056d7130a",
          "logIndex": 0,
          "decode": "function",
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114103,
          "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "logIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": 0,
            "2": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "4": "",
            "requestID": {
              "_hex": "0x03"
            },
            "level": 0,
            "contentHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114103,
          "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "logIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114103,
          "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "logIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114102,
          "blockHash": "0x94a1a3b6768c0f46a3313366dfdaed2153798e8ad7437a33fd4a370f87bf20ee",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
          "topics": [
            "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
          ],
          "transactionHash": "0x9ab1396bf5d91c39fb4ed105305d824b75ac656ce6a43757a4ea963c63e20c58",
          "logIndex": 0,
          "decode": "function",
          "name": "SetAccessCharge",
          "signature": "SetAccessCharge(uint256)",
          "topic": "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3",
          "values": {
            "0": {
              "_hex": "0x06f05b59d3b20000"
            },
            "accessCharge": {
              "_hex": "0x06f05b59d3b20000"
            },
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114110,
          "blockHash": "0x6fac0ead5e537ea987518dba682db442f202d569d87fdbea3855eb088479b357",
          "hash": "0x6fac0ead5e537ea987518dba682db442f202d569d87fdbea3855eb088479b357",
          "parentHash": "0x6b53c9eb0046849247cec2f4d78c5e9b163a7591a834b171c76851b22526bd78",
          "number": 114110,
          "timestamp": 1573253401,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000ba4ccff2139c27713e3519d16c98001cab299ceebf12dae3d95259c60f2050634307a8ae79e610c293034c4b62dd3e1bcdbe32f2d5181182dd1c663d5330e68701",
          "transactions": [
            "0xfbe831d792fcea201f82bbbd5d9661adcf8a422c41c95bf2b57ae1270d4906e7"
          ],
          "transactionHash": "0xfbe831d792fcea201f82bbbd5d9661adcf8a422c41c95bf2b57ae1270d4906e7"
        }
      ],
      [
        {
          "blockNumber": 114100,
          "blockHash": "0x4cb25e54b636e57af0dd47f79a60809dff9896ac8c064a71fd830a5d8f9d8aee",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f326d553564787477313942596159557870314b6a377753617a6d47777a4c507a716b6774644a694e4b6350546b4d5a33775971554d78697461326f6f765a6979384e564c5a5465774e6a000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x3b4a3f38166a34cc45cf91ca5606d436cd26555f89b402539b79e4c2156f9415",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114099,
          "blockHash": "0xdd83d6d10fb0b090c8d94afc8ede6dc297098093ff3b04cb82a110978233fa02",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d70000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f326d553564787477313942596159557870314b6a377753617a6d47777a4c507a716b6774644a694e4b6350546b4d5a33775971554d78697461326f6f765a6979384e564c5a5465774e6a000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x5a24409fddbd437413ce9b1fb3cdb9b6130dea1e7bd5c7844e59636038cdfccd",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "2": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "objectHash": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114098,
          "blockHash": "0xf51d9d60d90c59896c9eaca60ae76f35a37bba2e68c510c755662404e51a652d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a4671683558654262484b723735456261685948595155514c4566694d4373594c314e59456a71434a4e63766b4669745a66756d32615131454462326234445065507469466473777371000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xfc865cfb5fe6c8841a78aaadb2a781856ad1ad2a1f060aa2d1d2e8ac2cc8ad7e",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114097,
          "blockHash": "0xfaafc20d03c6f247686ee11921972c833d3d8b6a5a448640feed21464bbdc3e9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d70000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a4671683558654262484b723735456261685948595155514c4566694d4373594c314e59456a71434a4e63766b4669745a66756d32615131454462326234445065507469466473777371000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x5f8ab931f2ea0f4703e9b9ab29547dee6a80d329ef54d5eec2e242ebcc6acb69",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "2": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "objectHash": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114096,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d4432660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "logIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114096,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "logIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114096,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "logIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114095,
          "blockHash": "0x085663a4dd26f927410805d3d87b9b0d6cddbf395300a9e87da5c5b69cadf8f6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0x",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0x7932207c9c1bca496a72213fd35ca4d5276db23cefe3cf88815f1b2b7e3143f5",
          "logIndex": 0,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      [
        {
          "blockNumber": 114094,
          "blockHash": "0xcf0199969cea2c43d88d4203fc8b83a8353a73eecea28b8db024ab62c40cb724",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x748cdd6acaeeb2c0a9bffaad7043b93324a16e33ff2270232e0db4c8ec4fdbdb",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114093,
          "blockHash": "0xf2c6f057d393949711392b97bcac087a1d40f0219ef2add8032e6e15b4eac4f1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d443266000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x4ab2933263eeec2f332b07c8443b8ebd5864820fcc04eff6d82c96163f46563c",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "1": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "content_type": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "contentAddress": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "containingLibrary": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114091,
          "blockHash": "0x6fdb56d7aa4529108348d7bc5a8977c55e9e115a0c4b26c04d1c8c3bc7cb38b8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d70000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d443266000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x9fb180def49193b8e9678bfc07387203e1fcacf8c26918ffb4fb6c78cb72e535",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "2": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "objectHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114090,
          "blockHash": "0xe1fd13275e7fe18b4c5c903397ed9ad822313b17a4b16513adeb5634b12661f5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xce86161e8358257ebe0c5b17c2e032957a2c148568b198f8c9e783bf68ebe96f",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114089,
          "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0x000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee2070000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "1": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "content_type": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114089,
          "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee2070",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "contentAddress": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114089,
          "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee207000000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114089,
          "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114089,
          "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114089,
          "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "containingLibrary": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114088,
          "blockHash": "0xbaee77a9e038d81ea3c465e49e2d05b548d3e80e6f9b0b2fb043e5a12c16cc91",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4b43424175784b504c4e4e503443565069656b6957786d4e4b524c515a786531745a6f31335474426d5a6a4c3579344c3159685752636a59486247365155545875766658774573514434000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x34646390b1d2b966d6134ff566742348cea980caa16526f2e1a1d1abbe4202a5",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__KCBAuxKPLNNP4CVPiekiWxmNKRLQZxe1tZo13TtBmZjL5y4L1YhWRcjYHbG6QUTXuvfXwEsQD4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__KCBAuxKPLNNP4CVPiekiWxmNKRLQZxe1tZo13TtBmZjL5y4L1YhWRcjYHbG6QUTXuvfXwEsQD4",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114087,
          "blockHash": "0x86628e1ca56a18a1b132f2d25b4b0f9011ce2fa100bcb32bb7bcb674f4bbe971",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4b43424175784b504c4e4e503443565069656b6957786d4e4b524c515a786531745a6f31335474426d5a6a4c3579344c3159685752636a59486247365155545875766658774573514434000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x3b08adfeb821e7b05c680fda7bfb737a53be2b4d4994a0208f327050aec3ed26",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__KCBAuxKPLNNP4CVPiekiWxmNKRLQZxe1tZo13TtBmZjL5y4L1YhWRcjYHbG6QUTXuvfXwEsQD4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__KCBAuxKPLNNP4CVPiekiWxmNKRLQZxe1tZo13TtBmZjL5y4L1YhWRcjYHbG6QUTXuvfXwEsQD4",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114086,
          "blockHash": "0x2931633d6dc37712417a4ae2bf00b1a08baf2c7ebc9a8e90bb342d736577f788",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xe27df6b736130bce3ee63b5d780c4bccbb7b874dd6ae950c567c03097ea7bcc4",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114085,
          "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
          "topics": [
            "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
          ],
          "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
          "logIndex": 2,
          "decode": "function",
          "name": "CreateLibrary",
          "signature": "CreateLibrary(address)",
          "topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
          "values": {
            "0": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "libraryAddress": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114085,
          "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d700000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
          "logIndex": 1,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114085,
          "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
          "logIndex": 0,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        }
      ],
      [
        {
          "blockNumber": 114084,
          "blockHash": "0x332ad2c9bb0a863245c74aa264be12e55af547d9ddc362d9098ba7acadd16f88",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x45e11f5bc4fe5d7070b9e0b1534165dc2e2a999499098605a921fd013a9459b7",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114083,
          "blockHash": "0x5bc2baed3d5af03eb4aa4bd12d0f9963ab981223df744e4cecfcbba77e8007ad",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xfada4555d136fe60b6f95d67a7c191d4b4f2fd794b400f6f52a050d5f4b2196d",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114082,
          "blockHash": "0x7ced83c83b9f7681d59be909c1419a22ffd7f12b1c25d692ce3a88d6eb87eaf2",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a734648643633744338655578487037584265676b34564e476369477039796f5339424b5a476b41765452756b57714e35637737376e4e7633594445534548666e50453848364d467231000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x84ef63bee994606a38a9299ec4a09797427d0bc11dfd21ba86b7044f9a9dd2cb",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JsFHd63tC8eUxHp7XBegk4VNGciGp9yoS9BKZGkAvTRukWqN5cw77nNv3YDESEHfnPE8H6MFr1",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JsFHd63tC8eUxHp7XBegk4VNGciGp9yoS9BKZGkAvTRukWqN5cw77nNv3YDESEHfnPE8H6MFr1",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114081,
          "blockHash": "0x8fd0b0daa1cfff65cff47dca95f5682314a4c602281ffba2dbe06d9a15c5d47a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a734648643633744338655578487037584265676b34564e476369477039796f5339424b5a476b41765452756b57714e35637737376e4e7633594445534548666e50453848364d467231000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x3be55a96adb185f8b1553662f34a1fb3ab720cb9c620c06bb7a6e1d6e691acee",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__JsFHd63tC8eUxHp7XBegk4VNGciGp9yoS9BKZGkAvTRukWqN5cw77nNv3YDESEHfnPE8H6MFr1",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__JsFHd63tC8eUxHp7XBegk4VNGciGp9yoS9BKZGkAvTRukWqN5cw77nNv3YDESEHfnPE8H6MFr1",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114080,
          "blockHash": "0x12a3506bfd86ee6ad118d271061ada010735e9b5b087052ecd0a057402498d31",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004d68715f5f584a6b5267507646716272594c76357635554b474a6f39317339367a4a67526d376750676839343972383442674c6b575741786976524179636a4a6e4e79597841465664364636504b00000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8635febe225de75c8285f6decc33b636397e45aa8138d3b79cbf18473a49f13b",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__XJkRgPvFqbrYLv5v5UKGJo91s96zJgRm7gPgh949r84BgLkWWAxivRAycjJnNyYxAFVd6F6PK",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__XJkRgPvFqbrYLv5v5UKGJo91s96zJgRm7gPgh949r84BgLkWWAxivRAycjJnNyYxAFVd6F6PK",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114079,
          "blockHash": "0x40b027b42a1d39069e6893a75d70b441ed73608774f6189f711f031d8cf1c3bf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004d68715f5f584a6b5267507646716272594c76357635554b474a6f39317339367a4a67526d376750676839343972383442674c6b575741786976524179636a4a6e4e79597841465664364636504b00000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xeabc4db0105db2590833184ad39b1c59c7c27b6b3ad6b61da98e11580063a197",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__XJkRgPvFqbrYLv5v5UKGJo91s96zJgRm7gPgh949r84BgLkWWAxivRAycjJnNyYxAFVd6F6PK",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__XJkRgPvFqbrYLv5v5UKGJo91s96zJgRm7gPgh949r84BgLkWWAxivRAycjJnNyYxAFVd6F6PK",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114078,
          "blockHash": "0x1283f5342a23db976a6ea4e0300d1ca0f98f0ef7f2206ce9adcc691a6f19f8a0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f44726a76763866726379564333426272614655525933343871764c3343755a5541457a384e6531526233506162446d6b36736a4a417956674a504d45774b63734d6b6578313433575442000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xb9a541d4aec48ba057e29d3b7abe1927bd782edbf936922bcd167dc4f6958ada",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Drjvv8frcyVC3BbraFURY348qvL3CuZUAEz8Ne1Rb3PabDmk6sjJAyVgJPMEwKcsMkex143WTB",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Drjvv8frcyVC3BbraFURY348qvL3CuZUAEz8Ne1Rb3PabDmk6sjJAyVgJPMEwKcsMkex143WTB",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114077,
          "blockHash": "0x26ea580cd89d005829b1a39c5ed4b41b1c5629751cd2da9d3c905a4aa1f01306",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004d68715f5f5a34776371753358726e6977764537584e55484637644c427a517938556b7a62775a36435a524b68314459797166427857714134714b4b4e694663675073323871353147576968715100000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x0569c7c7f6993ab89327b455381a4fde3dd48d4b5199deb1f704b8a9d7f7199d",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Z4wcqu3XrniwvE7XNUHF7dLBzQy8UkzbwZ6CZRKh1DYyqfBxWqA4qKKNiFcgPs28q51GWihqQ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Z4wcqu3XrniwvE7XNUHF7dLBzQy8UkzbwZ6CZRKh1DYyqfBxWqA4qKKNiFcgPs28q51GWihqQ",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114076,
          "blockHash": "0xe0cd029932ddfa15d3306ab67939f8cc9546e0a60973b4e1c5cca68573e2e23a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f44726a76763866726379564333426272614655525933343871764c3343755a5541457a384e6531526233506162446d6b36736a4a417956674a504d45774b63734d6b6578313433575442000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xf99604c8e0808e7ba9bff677cc7e44a37a634161239952263a38fc3aab299885",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__Drjvv8frcyVC3BbraFURY348qvL3CuZUAEz8Ne1Rb3PabDmk6sjJAyVgJPMEwKcsMkex143WTB",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__Drjvv8frcyVC3BbraFURY348qvL3CuZUAEz8Ne1Rb3PabDmk6sjJAyVgJPMEwKcsMkex143WTB",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114075,
          "blockHash": "0x24612c62411e8d1159f79d897684854afbde633a10c0375bcd17f06966cadca4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004d68715f5f5a34776371753358726e6977764537584e55484637644c427a517938556b7a62775a36435a524b68314459797166427857714134714b4b4e694663675073323871353147576968715100000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x89e88a89f4b18c7604a78dcb1d94ae195d0999351bf850926d20daa9dd40c2ea",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__Z4wcqu3XrniwvE7XNUHF7dLBzQy8UkzbwZ6CZRKh1DYyqfBxWqA4qKKNiFcgPs28q51GWihqQ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Z4wcqu3XrniwvE7XNUHF7dLBzQy8UkzbwZ6CZRKh1DYyqfBxWqA4qKKNiFcgPs28q51GWihqQ",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114074,
          "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f374779364e53793466666a534562576a7376676f64627744583532624d33746f47414264445a48796e4a61364361454d6a713856336a747365315a5351356d706173686e5045774c4e4d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034616161376135663635396234356261353936613130663039386339653538666139643932323832373438363434343863386435626661633936663565366630643366626236386361666164396633366339363334373662626462346433626463306430646461336164376539313365356662666337353633616363323462663900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e6a723941514e7963734e6f54427971635a7a6a6943584445526f4734614a69574259785576383362716e364666764c655565427255713665416a56734c6756357769476a3472736e4543537a6677703831735761615278627a55424b51335a74584438567452724e78674e6d416f6937324d684e5752775565616d5270763336525a71574e5a6256754754357070396b39754c744c693867676765504b5165384d753148553966587773565a6a675a78774b4e434c3339724e636e384d594a6869725a78767050344d57346a396854584b623237357038767266445831453934674270517653764a42443741394778637242474a507570393432584574684d6f4c4236377a000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
          "logIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x02"
            },
            "1": 0,
            "2": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
            "3": "0x04aaa7a5f659b45ba596a10f098c9e58fa9d9228274864448c8d5bfac96f5e6f0d3fbb68cafad9f36c963476bbdb4d3bdc0d0dda3ad7e913e5fbfc7563acc24bf9",
            "4": "ktpkANjr9AQNycsNoTByqcZzjiCXDERoG4aJiWBYxUv83bqn6FfvLeUeBrUq6eAjVsLgV5wiGj4rsnECSzfwp81sWaaRxbzUBKQ3ZtXD8VtRrNxgNmAoi72MhNWRwUeamRpv36RZqWNZbVuGT5pp9k9uLtLi8gggePKQe8Mu1HU9fXwsVZjgZxwKNCL39rNcn8MYJhirZxvpP4MW4j9hTXKb275p8vrfDX1E94gBpQvSvJBD7A9GxcrBGJPup942XEthMoLB67z",
            "requestID": {
              "_hex": "0x02"
            },
            "level": 0,
            "contentHash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
            "pkeRequestor": "0x04aaa7a5f659b45ba596a10f098c9e58fa9d9228274864448c8d5bfac96f5e6f0d3fbb68cafad9f36c963476bbdb4d3bdc0d0dda3ad7e913e5fbfc7563acc24bf9",
            "pkeAFGH": "ktpkANjr9AQNycsNoTByqcZzjiCXDERoG4aJiWBYxUv83bqn6FfvLeUeBrUq6eAjVsLgV5wiGj4rsnECSzfwp81sWaaRxbzUBKQ3ZtXD8VtRrNxgNmAoi72MhNWRwUeamRpv36RZqWNZbVuGT5pp9k9uLtLi8gggePKQe8Mu1HU9fXwsVZjgZxwKNCL39rNcn8MYJhirZxvpP4MW4j9hTXKb275p8vrfDX1E94gBpQvSvJBD7A9GxcrBGJPup942XEthMoLB67z",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114074,
          "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
          "logIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114074,
          "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
          "logIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114073,
          "blockHash": "0x4ac67a33157d450efe45ad904cd55bb697c579e631de787f308f1d2c5aba17d4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f374779364e53793466666a534562576a7376676f64627744583532624d33746f47414264445a48796e4a61364361454d6a713856336a747365315a5351356d706173686e5045774c4e4d000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xc4521f6737f3325792316c321ad3b3584987db7731bce9eb620a9736e7e49190",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114072,
          "blockHash": "0x2c5f707b47eaeab381da515369ec16d8aae570f8714474919f9cda1547dd5531",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f374779364e53793466666a534562576a7376676f64627744583532624d33746f47414264445a48796e4a61364361454d6a713856336a747365315a5351356d706173686e5045774c4e4d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xb5a6a4ba39ad989c240aa6d86bda38aaad85d06d15ec0aa3f560252afa32daa2",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114071,
          "blockHash": "0xf7c126892e7f45873edbbeef25ba6bf7cb434e0ef87819eebc968c5935783428",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f41514e637856395433784153614b7866415345794848546f544b537543474a614e395371544354616b4158534a5636506b7741467a6e4c4552463872454b4d6d5379364d504d6f614c5a000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x83211ceaca12ac1fb5f781f34c6d331041163c0b0eb092637227ecf47d07b347",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AQNcxV9T3xASaKxfASEyHHToTKSuCGJaN9SqTCTakAXSJV6PkwAFznLERF8rEKMmSy6MPMoaLZ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AQNcxV9T3xASaKxfASEyHHToTKSuCGJaN9SqTCTakAXSJV6PkwAFznLERF8rEKMmSy6MPMoaLZ",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114070,
          "blockHash": "0x2c0a3a8e9c6b560cfb4d5293a0f0ed7879fea9f745b59847f81ad9ad82cd310b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f41514e637856395433784153614b7866415345794848546f544b537543474a614e395371544354616b4158534a5636506b7741467a6e4c4552463872454b4d6d5379364d504d6f614c5a000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x56f62a2c1334bc09cbb0c4c97071d6e97d70b3736265651e31b6644c8874e445",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__AQNcxV9T3xASaKxfASEyHHToTKSuCGJaN9SqTCTakAXSJV6PkwAFznLERF8rEKMmSy6MPMoaLZ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__AQNcxV9T3xASaKxfASEyHHToTKSuCGJaN9SqTCTakAXSJV6PkwAFznLERF8rEKMmSy6MPMoaLZ",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114069,
          "blockHash": "0x9345e1e1a6f76cb0d49a08d2cd8173d898acfacadbc1ee95e6ac816695ad8bc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f447a556833547974363453456844424b41757378544b79476a68614758596b50545974426f6564767558354761396e5a52615537536f454a6a3136745147396b43645845696f73637742000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xf9017129dce3729c56d43ec6bb81affed071b666cb3cf45bdcd443f85390cb63",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__DzUh3Tyt64SEhDBKAusxTKyGjhaGXYkPTYtBoedvuX5Ga9nZRaU7SoEJj16tQG9kCdXEioscwB",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__DzUh3Tyt64SEhDBKAusxTKyGjhaGXYkPTYtBoedvuX5Ga9nZRaU7SoEJj16tQG9kCdXEioscwB",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114068,
          "blockHash": "0x35143bb1be8ce8cd8a6e8e8ffde8856a2773c831d87502e810f7e87ac025d6d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f447a556833547974363453456844424b41757378544b79476a68614758596b50545974426f6564767558354761396e5a52615537536f454a6a3136745147396b43645845696f73637742000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x50d43883f3373a84ebbe53dde4b88c68b7386febadb4f2792d18ce12ccd5b635",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__DzUh3Tyt64SEhDBKAusxTKyGjhaGXYkPTYtBoedvuX5Ga9nZRaU7SoEJj16tQG9kCdXEioscwB",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__DzUh3Tyt64SEhDBKAusxTKyGjhaGXYkPTYtBoedvuX5Ga9nZRaU7SoEJj16tQG9kCdXEioscwB",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114067,
          "blockHash": "0x8c5a576db6236bb44604319b11e2262f3d81cca6c2e71a35da580fa13667c91c",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f346878356b73703535697358745770627755336475757839634a555a44507238614768334a69544878694b6d7a7a797973357a4b5941525542356836374a6f504d35514a7a366864794b000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x6430d8f4e7126e22ef503cefc22a415336bb90aa6b469a9a368b3f1e50a2a205",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__4hx5ksp55isXtWpbwU3duux9cJUZDPr8aGh3JiTHxiKmzzyys5zKYARUB5h67JoPM5QJz6hdyK",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__4hx5ksp55isXtWpbwU3duux9cJUZDPr8aGh3JiTHxiKmzzyys5zKYARUB5h67JoPM5QJz6hdyK",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114066,
          "blockHash": "0x966a7c06465360722e7fb90669a401ff3227cba2556bd7ad2e61dddd332e9531",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f346878356b73703535697358745770627755336475757839634a555a44507238614768334a69544878694b6d7a7a797973357a4b5941525542356836374a6f504d35514a7a366864794b000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x30caa8465aec00fc89cf804c64a8fcfa0054e85279047515ed6d05bb2e412b1b",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__4hx5ksp55isXtWpbwU3duux9cJUZDPr8aGh3JiTHxiKmzzyys5zKYARUB5h67JoPM5QJz6hdyK",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__4hx5ksp55isXtWpbwU3duux9cJUZDPr8aGh3JiTHxiKmzzyys5zKYARUB5h67JoPM5QJz6hdyK",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114065,
          "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f36624d33595277387869664d596e46574766713977416f564c7669786a5a68765a357934397361627142786167386f336f357068507954363446434861647235667252427567437266540000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
          "logIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114065,
          "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
          "logIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114065,
          "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
          "logIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114064,
          "blockHash": "0x30f080e49f092ddfefeeec22c0dae201205eeb6e929e3b43704cf6fa70cb3bbc",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0x4de502167bf7fb1a24fe11d537effdfe6549d94d01a32a65a59826795e031f40",
          "logIndex": 0,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          }
        }
      ],
      [
        {
          "blockNumber": 114063,
          "blockHash": "0x16c3948f3ba5dcf67bff8e1c4d5adcf3da2a07113d2886c8d8fde68eb3a6f1ea",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a7133336d5a4c38384b37586f557a3331776279454e41387053525a434a583364474358475669746a7459793452766177785356476a344d6d5a4767364855526948507a4d5a705a666d000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xa868aea0b59207745e4ce080ad3ff30c829744e91b757799dd1b2d19d5c2e0cf",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114062,
          "blockHash": "0x351613d8a549dee6f3a21fd7967de0231b8d6e3414702a0e8e0e6ceb7287f531",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f46783243507a786a7831354172374e6d416f676f6444634b39464864675041464c6f317078736f676f66626778466e377842753255664334357748414e433978556f7962383542695775000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xf2d58d75c5ea6c530ffacd64e2a96a605846306432bf12ca18be6132d16bd500",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114061,
          "blockHash": "0x6369f1f22c526e306f8c275c3c41f585e60bd9f68ecec793126cca72ee3611de",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f325238726241535950695437463342636746537136515938354d35634648593850575678593652586d58577263616e585458324e397a6a526a50434657657065556e676335744d6b6970000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x4c6007ffe8fc4c1d8a562075a643db9a802c3c78347238d6cabdd79211ecb660",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114060,
          "blockHash": "0x9b5770044bde321ee04424aa002e4abcf9432dcf2a013d86e72e0716642bd051",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a7133336d5a4c38384b37586f557a3331776279454e41387053525a434a583364474358475669746a7459793452766177785356476a344d6d5a4767364855526948507a4d5a705a666d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x3ae5bff6c12faff7785f4e21000ca8ab97cf6cb8190eec710dd3d964ca0922be",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114059,
          "blockHash": "0x6dd93c086b0125885b16bc38aca100f6f13eb97a6b1dc0a2525dd8ef5315e900",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f46783243507a786a7831354172374e6d416f676f6444634b39464864675041464c6f317078736f676f66626778466e377842753255664334357748414e433978556f7962383542695775000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xca870e86ee655d3cae32adb7afefc5a19ea6290366807cbfbc9f967ff7be922b",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114058,
          "blockHash": "0x1605c4c6383b24945d75e2ff22f7b606b14385bf9f7cab8adaa09a685559a03d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f45787a5373716d7a3878785041516e5661544b45353551696f416a525569776f5775706873736f393965694151326a72426f4172546566376a65784770466f4e694377674b6969327a62000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x69bb39da968bae5c819553d2c94c73b7cfad0b9f1390293b59d770556a595349",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__ExzSsqmz8xxPAQnVaTKE55QioAjRUiwoWuphsso99eiAQ2jrBoArTef7jexGpFoNiCwgKii2zb",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__ExzSsqmz8xxPAQnVaTKE55QioAjRUiwoWuphsso99eiAQ2jrBoArTef7jexGpFoNiCwgKii2zb",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114057,
          "blockHash": "0x9edf673c9fa668e8eaec2ac2a996055063ae3bd37635a9b735d05dde0e675353",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f325238726241535950695437463342636746537136515938354d35634648593850575678593652586d58577263616e585458324e397a6a526a50434657657065556e676335744d6b6970000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xdad47c2411f6eaeccb248b272ec56689bb594a493c2703fc5cdc5457047f4e2f",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114056,
          "blockHash": "0x3cb3ef0ad769e36d41f6c26c4f88b575fd274e4e18cb3350480f565f0504caaf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f45765764436635594b366a73346456467478423956394e644e7938525a31794364647a6955354a314d71716762463367344a577a4c616870765a73324537704167796b51486757586847000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x78c7c8442afd930e78c414a91fadd11d62d6c7e24112c7181628a5596de6d4b7",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114055,
          "blockHash": "0xd39ab26d9a9a9f2dedb198c47d38cba2bcde2359af1097ee1b1226ed5fcf8de7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f45787a5373716d7a3878785041516e5661544b45353551696f416a525569776f5775706873736f393965694151326a72426f4172546566376a65784770466f4e694377674b6969327a62000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x8dfa41fbc02a6f5465b53c1fe959df0a9a9ae65ef03843367ac45b125080a0ed",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__ExzSsqmz8xxPAQnVaTKE55QioAjRUiwoWuphsso99eiAQ2jrBoArTef7jexGpFoNiCwgKii2zb",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__ExzSsqmz8xxPAQnVaTKE55QioAjRUiwoWuphsso99eiAQ2jrBoArTef7jexGpFoNiCwgKii2zb",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114054,
          "blockHash": "0x1f0149432639a2766321440386bf8d4174825065891e9409bf20cefe21a843c2",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f45765764436635594b366a73346456467478423956394e644e7938525a31794364647a6955354a314d71716762463367344a577a4c616870765a73324537704167796b51486757586847000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xe9533081a1e978deb3887f4f32b5901fe5840c5ab12283f67a98339b39e9f05c",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114053,
          "blockHash": "0x0891b5586dc7223274e9af116ede1e8c81057384cfba3b87fb1efa83acef7864",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xc56cdcfacb518df10a05ad0029e730394164ce6074a3b1e184657083b0e4cbb3",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114052,
          "blockHash": "0xd15a4965d180a8122c61ddf5db24761365baf092632dec17a57fa8f340aa5857",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f39465a74693454476d3747704e514e774b4d52516f4c513141436d34624532343576616b616f66766d5357703466435361736137705636713757623279716d536171334a617a35746958000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xf89192b7bc8aa88275d2c93b37ff0fdfe147f143231f3e9b410d59a3d95938d7",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__9FZti4TGm7GpNQNwKMRQoLQ1ACm4bE245vakaofvmSWp4fCSasa7pV6q7Wb2yqmSaq3Jaz5tiX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__9FZti4TGm7GpNQNwKMRQoLQ1ACm4bE245vakaofvmSWp4fCSasa7pV6q7Wb2yqmSaq3Jaz5tiX",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114051,
          "blockHash": "0xa65b001815780b8ae24ba42b88665feeca7bed7dc0f0e4da4dd3971c5c20cacf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x63942c643220f88a508b8f5b11741445c1b5f5b4a43f8d1344c454a558352b60",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114050,
          "blockHash": "0x4b4a5beb32e8dd6baf66fa43e854143d5f1a33b074300881adb430d8f7c4ebfe",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f39465a74693454476d3747704e514e774b4d52516f4c513141436d34624532343576616b616f66766d5357703466435361736137705636713757623279716d536171334a617a35746958000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x8880ad282c182ff1e01b2936d1ef964218c1df07ec9f23bc4ceb832c1b30669f",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__9FZti4TGm7GpNQNwKMRQoLQ1ACm4bE245vakaofvmSWp4fCSasa7pV6q7Wb2yqmSaq3Jaz5tiX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__9FZti4TGm7GpNQNwKMRQoLQ1ACm4bE245vakaofvmSWp4fCSasa7pV6q7Wb2yqmSaq3Jaz5tiX",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114049,
          "blockHash": "0x840b2f67e329ff13b617b96da31fa1466eb6d058645d4b4e472090e2ba3fbe8d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f375138417854486a6a58523756456d377561527273774e326278796265346563454c384d347153443950325775347a383354567531444537564869596d694d6539465234614a664e5258000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x92d5fd01114c27f5c02501b67632db7a0202a08a91a0e1a66f13ca0830f97e40",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__7Q8AxTHjjXR7VEm7uaRrswN2bxybe4ecEL8M4qSD9P2Wu4z83TVu1DE7VHiYmiMe9FR4aJfNRX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__7Q8AxTHjjXR7VEm7uaRrswN2bxybe4ecEL8M4qSD9P2Wu4z83TVu1DE7VHiYmiMe9FR4aJfNRX",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114048,
          "blockHash": "0xba013d52c1804fb8a37017d6f87efaaec1b683c6d17e0affcc858a78a672c583",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xe92450a68b860eb11e6191c9a278d36e83c627c4d8fb13f666a2ba39ff76b283",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114047,
          "blockHash": "0x7817644840c344681863da09d1687a25b9e3e427851ff5eea843dfcfcb9f3df3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c54447265713845514d674474324e7333727a6f505a62345562485037326d4e6e753837456951715475364a43637338664a644a78716669724b7958516243704e475074346975526761000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xdfbfad7f282c4aea5c227616353473dd15641056eb13f3e0568286714cc64051",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__LTDreq8EQMgDt2Ns3rzoPZb4UbHP72mNnu87EiQqTu6JCcs8fJdJxqfirKyXQbCpNGPt4iuRga",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__LTDreq8EQMgDt2Ns3rzoPZb4UbHP72mNnu87EiQqTu6JCcs8fJdJxqfirKyXQbCpNGPt4iuRga",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114046,
          "blockHash": "0x3267de00bc392fa67bfd6f9b7e63d814800ddc3a47efb424bb39374d3d7affa2",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f375138417854486a6a58523756456d377561527273774e326278796265346563454c384d347153443950325775347a383354567531444537564869596d694d6539465234614a664e5258000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xac99c416229840da503c45fd2286f66ece7ec09f27f8f915ee55995783841e25",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__7Q8AxTHjjXR7VEm7uaRrswN2bxybe4ecEL8M4qSD9P2Wu4z83TVu1DE7VHiYmiMe9FR4aJfNRX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__7Q8AxTHjjXR7VEm7uaRrswN2bxybe4ecEL8M4qSD9P2Wu4z83TVu1DE7VHiYmiMe9FR4aJfNRX",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114045,
          "blockHash": "0xbb798ea04bb1f1be250241da8ad619e1958287361edb1b3f182f12c2b33845af",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c54447265713845514d674474324e7333727a6f505a62345562485037326d4e6e753837456951715475364a43637338664a644a78716669724b7958516243704e475074346975526761000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x6a98bf278fab43ec2ee977cf9b126c51506fbc3e54da8f95963436f5b668f92c",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__LTDreq8EQMgDt2Ns3rzoPZb4UbHP72mNnu87EiQqTu6JCcs8fJdJxqfirKyXQbCpNGPt4iuRga",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__LTDreq8EQMgDt2Ns3rzoPZb4UbHP72mNnu87EiQqTu6JCcs8fJdJxqfirKyXQbCpNGPt4iuRga",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114044,
          "blockHash": "0x6d03d930574cb8531d56797ddbcd74fd16ef54523133b021983937a752f11786",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f355564314559415337734641646d57416a4e6a7071424672386e5870794d754d3241486548577047613673615a4b78737a4745647746544e4e68696a72446641504d43316a5a7a4b644b000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x331386572530286e3f2cabda05a7a3899c2767123dfe257131e3a355bd684820",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114043,
          "blockHash": "0x98a2c8609fb55e1f7f58d710a70aaf59b3a2de7bc1051fbcae4b24d5f9b900f0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x7d445524ef3fd7cd8026508d14ad44cc6dfabe2c952fce26649f7d2793a565d2",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114042,
          "blockHash": "0x9b344f03a200ef9ccb091140de91f4cfe1f7fb4424cfedfc914493b5a3b144dc",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3266543472556d6a46794b6e38614d397a52425a31396b537377706e694b3354454165367850764b65413731716257344a5839456448443169793746447062707747327a646b37627865000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x3812a13f5d79216ac46ea3fedc94555b13c08874e985b1033fe7d6bd88e3f3f1",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__2fT4rUmjFyKn8aM9zRBZ19kSswpniK3TEAe6xPvKeA71qbW4JX9EdHD1iy7FDpbpwG2zdk7bxe",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__2fT4rUmjFyKn8aM9zRBZ19kSswpniK3TEAe6xPvKeA71qbW4JX9EdHD1iy7FDpbpwG2zdk7bxe",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114041,
          "blockHash": "0x948c8e52b9a8191cd388f1b326e05105dfd5e76c6527ec899e2273fe5907f25b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f355564314559415337734641646d57416a4e6a7071424672386e5870794d754d3241486548577047613673615a4b78737a4745647746544e4e68696a72446641504d43316a5a7a4b644b000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x8f93bb0276c9369e3278469636fda6398ff497c01e757b58b08d8766da621109",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114040,
          "blockHash": "0x743e4f47ee3102c498f260d1dacb6fcf04784abe6877fafc5796ca3472ba4c2d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3266543472556d6a46794b6e38614d397a52425a31396b537377706e694b3354454165367850764b65413731716257344a5839456448443169793746447062707747327a646b37627865000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x080332ef611c3279c80ab92c0ade02cdb54a98c9f11bdbe1d5e0b0f96db7de8a",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__2fT4rUmjFyKn8aM9zRBZ19kSswpniK3TEAe6xPvKeA71qbW4JX9EdHD1iy7FDpbpwG2zdk7bxe",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__2fT4rUmjFyKn8aM9zRBZ19kSswpniK3TEAe6xPvKeA71qbW4JX9EdHD1iy7FDpbpwG2zdk7bxe",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114039,
          "blockHash": "0xd48f4d875f59e51c207e6712c0caa31ca4915252c7c6f258140653c20d22c156",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xbfee27518df0ae8c2c323f2d1c2f4be82dc84375a6c1dcc581c5cb4b8ecccdde",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114038,
          "blockHash": "0x159b05fb710224029c37f2c26b553ce4e3eefc3dfb6c80e3693c34818e6ba8a4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xdf0d8782a2ee6594d89a90942cbff3d51c38e34632ea7fdd985c0570d7a6e1dc",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114037,
          "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x00000000000000000000000021266d198131102b08ea6515218dc56895198d6a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x21266D198131102B08Ea6515218Dc56895198d6a",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x21266D198131102B08Ea6515218Dc56895198d6a",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114037,
          "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x00000000000000000000000021266d198131102b08ea6515218dc56895198d6a",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x21266D198131102B08Ea6515218Dc56895198d6a",
            "contentAddress": "0x21266D198131102B08Ea6515218Dc56895198d6a",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114037,
          "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000021266d198131102b08ea6515218dc56895198d6a00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x21266D198131102B08Ea6515218Dc56895198d6a",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x21266D198131102B08Ea6515218Dc56895198d6a",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114037,
          "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114037,
          "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114037,
          "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
          "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114036,
          "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x00000000000000000000000071416adc379e3950dc78302596bf3fc59af92a6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x71416adC379E3950dC78302596bF3FC59af92A60",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x71416adC379E3950dC78302596bF3FC59af92A60",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114036,
          "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x00000000000000000000000071416adc379e3950dc78302596bf3fc59af92a60",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x71416adC379E3950dC78302596bF3FC59af92A60",
            "contentAddress": "0x71416adC379E3950dC78302596bF3FC59af92A60",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114036,
          "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000071416adc379e3950dc78302596bf3fc59af92a6000000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x71416adC379E3950dC78302596bF3FC59af92A60",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x71416adC379E3950dC78302596bF3FC59af92A60",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114036,
          "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114036,
          "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114036,
          "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
          "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114035,
          "blockHash": "0xfee69a009132e3d50767ee593705019d52cb00f03ed56b54b996bd4924e19aa7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x79a0f912bc8ac9b4e54b269424b2382ae30803ae75c427fe71d1710e7f088091",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114034,
          "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x00000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114034,
          "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x00000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
            "contentAddress": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114034,
          "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114034,
          "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114034,
          "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114034,
          "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
          "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114033,
          "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114033,
          "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
            "contentAddress": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114033,
          "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114033,
          "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114033,
          "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114033,
          "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
          "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114032,
          "blockHash": "0xc40115ed2c120bfcd1aaac2396fe1a7b8bd36478e6395542ee325d7176a1556b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x792edf1aae3ec51c3d3b645d1a011b463601723ec3f2a7aa57b114e72518a08c",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114031,
          "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x00000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf59500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114031,
          "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x00000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf595",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
            "contentAddress": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114031,
          "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf59500000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114031,
          "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114031,
          "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114031,
          "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
          "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114030,
          "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114030,
          "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa4",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
            "contentAddress": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114030,
          "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa400000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114030,
          "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114030,
          "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114030,
          "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
          "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114029,
          "blockHash": "0x263f635c8422eb4d3072863eb8361ef2922fc6cf32309dda130084cf2495b59a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x13a7297223bcb6297bc0c42318db77fd386209e10b52709575c3e8effac7f525",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114028,
          "blockHash": "0x8d7064f4bbd6a5f407040dfebeed5152fdaafb8fd1f8fc726e3254d5034cd76a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x25e5d8331684fd653f7635a7a4ac1cdb830556f7385a6d7c4bfadd9a3585fe30",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114027,
          "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x00000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e200000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114027,
          "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x00000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e2",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
            "contentAddress": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114027,
          "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e200000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114027,
          "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114027,
          "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114027,
          "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
          "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114026,
          "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x00000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114026,
          "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x00000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a7",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
            "contentAddress": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114026,
          "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a700000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114026,
          "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114026,
          "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114026,
          "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
          "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114025,
          "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b2800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114025,
          "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b28",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
            "contentAddress": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114025,
          "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b2800000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114025,
          "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114025,
          "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114025,
          "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
          "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114024,
          "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x00000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa4300000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114024,
          "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x00000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa43",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
            "contentAddress": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114024,
          "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa4300000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114024,
          "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114024,
          "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114024,
          "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
          "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114023,
          "blockHash": "0x96f9937f8d2bfc9c0ec5940d2d94ac1e57490703f9142a73e6806cdfbcfe6909",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f34655a6169686d326a507167586571354746487131754c5a366f7734635a4663725672463175576635766f716e5841716b7a397a45584d53674e434c704b694d6d324778345175736b77000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x4235bd789856d8553460b925677d5b399d2bb31aa6aeb664cfcfe87e729c4553",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__4eZaihm2jPqgXeq5GFHq1uLZ6ow4cZFcrVrF1uWf5voqnXAqkz9zEXMSgNCLpKiMm2Gx4Quskw",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__4eZaihm2jPqgXeq5GFHq1uLZ6ow4cZFcrVrF1uWf5voqnXAqkz9zEXMSgNCLpKiMm2Gx4Quskw",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114022,
          "blockHash": "0xec21344bcb24ed03b9520a28b339a1c07bd0ef4231362e4fcc540a731d5ff220",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f34655a6169686d326a507167586571354746487131754c5a366f7734635a4663725672463175576635766f716e5841716b7a397a45584d53674e434c704b694d6d324778345175736b77000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x0787c62f096806de6fa8498e9f28592d425e2f250c1f86a2c2bf47e0eab2eb59",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__4eZaihm2jPqgXeq5GFHq1uLZ6ow4cZFcrVrF1uWf5voqnXAqkz9zEXMSgNCLpKiMm2Gx4Quskw",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__4eZaihm2jPqgXeq5GFHq1uLZ6ow4cZFcrVrF1uWf5voqnXAqkz9zEXMSgNCLpKiMm2Gx4Quskw",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114021,
          "blockHash": "0x99a5a9cefc78916ab98d8b648754b94f7c4226bd41c455794a7827d06abd98b2",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa3aba9e9fa7c2277f3e5002530c4d833aff40f9878f389f33c6e93cd0fbd23dc",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114020,
          "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
          "topics": [
            "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
          ],
          "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
          "logIndex": 2,
          "decode": "function",
          "name": "CreateLibrary",
          "signature": "CreateLibrary(address)",
          "topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "libraryAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114020,
          "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac00000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
          "logIndex": 1,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114020,
          "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
          "logIndex": 0,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        }
      ],
      [
        {
          "blockNumber": 114019,
          "blockHash": "0x9005de842886b046b67a9d2e4a876daf5fdc12f028ca9a29695d4f920775aa52",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f36624d33595277387869664d596e46574766713977416f564c7669786a5a68765a357934397361627142786167386f336f35706850795436344643486164723566725242756743726654000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x9582561eaa27f0426d43753924f5d4a490aa86cea1f6e233b610ffff0fd34434",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114018,
          "blockHash": "0x16d6d0f6c56f28dc15dc1505f1b410c2fd4007ce4e62a0b51a9f6f92880bfd52",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f36624d33595277387869664d596e46574766713977416f564c7669786a5a68765a357934397361627142786167386f336f35706850795436344643486164723566725242756743726654000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x9e641b0a26ab5eda12bb0897288f968b2fa760941a923f77f36a920297bb6754",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114017,
          "blockHash": "0xc78cc0d5cb00e2972d76a54fdb3e9a1d6affc328d4213ad67ce7f041a6b936dd",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3531683568654b50636633797a6372363738594e714d6f6541394d687a3465437861637a54695a5543666a593341676e33487278374b747665726b425956446970434b4d537137396833000000000000000000000000000000000000",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8a757defca59566d9cb46f942256b829bd16bb9946e2a81f68a148ea72f652be",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__51h5heKPcf3yzcr678YNqMoeA9Mhz4eCxaczTiZUCfjY3Agn3Hrx7KtverkBYVDipCKMSq79h3",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__51h5heKPcf3yzcr678YNqMoeA9Mhz4eCxaczTiZUCfjY3Agn3Hrx7KtverkBYVDipCKMSq79h3",
            "length": 2
          }
        }
      ],
      [
        {
          "blockNumber": 114016,
          "blockHash": "0xebca0f498cd5a5bfb62d292c1067c203f89c3df88e9f1458d34992d8dd4775cb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3531683568654b50636633797a6372363738594e714d6f6541394d687a3465437861637a54695a5543666a593341676e33487278374b747665726b425956446970434b4d537137396833000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xc0076a75448aea58d9688d3184ed40e8656d38ae49e7453c2f2148cb91ec8461",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__51h5heKPcf3yzcr678YNqMoeA9Mhz4eCxaczTiZUCfjY3Agn3Hrx7KtverkBYVDipCKMSq79h3",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__51h5heKPcf3yzcr678YNqMoeA9Mhz4eCxaczTiZUCfjY3Agn3Hrx7KtverkBYVDipCKMSq79h3",
            "length": 3
          }
        }
      ],
      [
        {
          "blockNumber": 114015,
          "blockHash": "0x31db7788a779252547a2ac083f928c86acf956415fc25a53f07a726a97dd83af",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x79b9b16e70c22b71119d42105c008d6d682b6ff5fc2c9a5cee46da3d6f58f905",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          }
        }
      ],
      [
        {
          "blockNumber": 114105,
          "blockHash": "0x11a56d6de878e78f322cbc24198f7794d84f78a098adc62ca3cc26dbcfa1c755",
          "hash": "0x11a56d6de878e78f322cbc24198f7794d84f78a098adc62ca3cc26dbcfa1c755",
          "parentHash": "0x2a84737bc524fa540e7ef13c6bce6e2788800f67960f4e65a92e3395f7ee92ba",
          "number": 114105,
          "timestamp": 1573253395,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x18dce8"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000004f59020cfe0185e4297598512735c369707511bc219a357a2774a4d3036f252a1a25181ff1df68281bb6d6bff2fc9e9af3126a3fb0ce9861160e8f1986c2c69f00",
          "transactions": [
            "0x69ce58cbabd414055a2b9395ca620fbef9f81430d180dc2fc0e8f8647ad28027"
          ],
          "transactionHash": "0x69ce58cbabd414055a2b9395ca620fbef9f81430d180dc2fc0e8f8647ad28027"
        }
      ],
      [
        {
          "blockNumber": 114013,
          "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "1": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "content_type": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary"
        },
        {
          "blockNumber": 114013,
          "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "contentAddress": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114013,
          "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc200000000000000000000000000000000000000000000000000000000000000c8",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "aggregate": 200,
            "length": 3
          }
        },
        {
          "blockNumber": 114013,
          "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace"
        },
        {
          "blockNumber": 114013,
          "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent"
        },
        {
          "blockNumber": 114013,
          "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "containingLibrary": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "length": 1
          },
          "contract": "BaseContent"
        }
      ],
      [
        {
          "blockNumber": 114101,
          "blockHash": "0x073a93c4fa31e2a393eecc7130511dbf1c2f68b50db7994ef3972890127641a6",
          "hash": "0x073a93c4fa31e2a393eecc7130511dbf1c2f68b50db7994ef3972890127641a6",
          "parentHash": "0x4cb25e54b636e57af0dd47f79a60809dff9896ac8c064a71fd830a5d8f9d8aee",
          "number": 114101,
          "timestamp": 1573253389,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x6dd2"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000009e7e883e92402d2eadc6ff5437b5110baf5dd0d454e919ef0b0a807dbd648c24195031e706c5df5789d907c9cc8f15d691ff1f88948b01e32833acae6e09a6eb01",
          "transactions": [
            "0xb5263c292b6efb6cdfb1c13646d2b66add148cb8fc1d36970e8fc43c6035f0ec"
          ],
          "transactionHash": "0xb5263c292b6efb6cdfb1c13646d2b66add148cb8fc1d36970e8fc43c6035f0ec"
        }
      ],
      [
        {
          "blockNumber": 114014,
          "blockHash": "0x26688a28b82d94275304baf53408fcfc419984af4a0f882d95e5d18a7068b355",
          "hash": "0x26688a28b82d94275304baf53408fcfc419984af4a0f882d95e5d18a7068b355",
          "parentHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "number": 114014,
          "timestamp": 1573253205,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x6dd2"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000009f23160ddca35047ff56f36480e281296d026f0b3e1fbcf0641dfe592e48512e15feefe5fe44225b106a4b0cb3ebdaae1bcec672066ee3372268e88c23f2d8f000",
          "transactions": [
            "0xb15253e4c19f808c6039c4ddd4f141d90c5976900641520dac5dc0e3236b073b"
          ],
          "transactionHash": "0xb15253e4c19f808c6039c4ddd4f141d90c5976900641520dac5dc0e3236b073b"
        }
      ],
      [
        {
          "blockNumber": 114012,
          "blockHash": "0xb7ea4ebaaf1667cff0fb8a723e93104dda610948e342531a15764c327b1255cd",
          "hash": "0xb7ea4ebaaf1667cff0fb8a723e93104dda610948e342531a15764c327b1255cd",
          "parentHash": "0x3fdfc37c3d9fb9bcc722ebf3e0285e1fbae674349479ca7ba8b73102e47727ff",
          "number": 114012,
          "timestamp": 1573253203,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5208"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000005e0c035aeea4bcb26e1b6ebe6513ea4a357d70a31ec1fb3a92e3e36698caafa47223c2b33698f22623863a3da33cf29ca86398f8e00fd0127e4ab3764a198cfa00",
          "transactions": [
            "0x0cc52d4a695d3b1ebf13c22c5734f91095f1f470e55757c0430a4edb39e872ff"
          ],
          "transactionHash": "0x0cc52d4a695d3b1ebf13c22c5734f91095f1f470e55757c0430a4edb39e872ff"
        }
      ],
      [
        {
          "blockNumber": 114011,
          "blockHash": "0x3fdfc37c3d9fb9bcc722ebf3e0285e1fbae674349479ca7ba8b73102e47727ff",
          "hash": "0x3fdfc37c3d9fb9bcc722ebf3e0285e1fbae674349479ca7ba8b73102e47727ff",
          "parentHash": "0xdb5ae0d457e2158760b048d3e4403f202dbc0f7b67c055adf39a6cfd00f62400",
          "number": 114011,
          "timestamp": 1573253203,
          "nonce": "0x0000000000000000",
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x1312d00"
          },
          "gasUsed": {
            "_hex": "0x5208"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e757800000000000000000077c572516ad8a702f121c15185a7a2ccbdeeaf0cbdc6c59113010d5d8aa10a4d3676cb029b5a1d89a0883a7f53cf032e008faf857a1a3dadaaf46463cac0738b00",
          "transactions": [
            "0xa9a2bb680401f5cf015748330e7472d67cffcaa169795280959c748228f0fc00"
          ],
          "transactionHash": "0xa9a2bb680401f5cf015748330e7472d67cffcaa169795280959c748228f0fc00"
        }
      ]
    ]
    async Events({
      "count": 100,
      "includeTransaction": true
    });
    
    
    [
      [
        {
          "blockNumber": 114109,
          "blockHash": "0x6b53c9eb0046849247cec2f4d78c5e9b163a7591a834b171c76851b22526bd78",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x37a4955e392e6614accd545ef2e0411e267a4d715411fb855fc29a8cdd4c601f",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "length": 2
          },
          "hash": "0x37a4955e392e6614accd545ef2e0411e267a4d715411fb855fc29a8cdd4c601f",
          "confirmations": 2,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4674,
          "r": "0x96f168686e9bd37a36fdce6a9c9f442c8a0cdb6032e015ea8861aa0827677c8e",
          "s": "0x31f87191b010be376dc51ea965d8de3be46a93f5b72f2819fd95fac44a8f0530",
          "v": 27,
          "creates": null,
          "raw": "0xf86b8212428501dcd6500083989680942772154536f0db0cda6452aeab347d0b0f398dc28084446e88261ba096f168686e9bd37a36fdce6a9c9f442c8a0cdb6032e015ea8861aa0827677c8ea031f87191b010be376dc51ea965d8de3be46a93f5b72f2819fd95fac44a8f0530",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114109,
              "transactionHash": "0x37a4955e392e6614accd545ef2e0411e267a4d715411fb855fc29a8cdd4c601f",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4550513977796a506f39797169467a506a574450646e6266376a4d574458425851724a756d4c55526666756f4c6e4767466247764b57735277627748714d6b324a72585364484d555473000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x6b53c9eb0046849247cec2f4d78c5e9b163a7591a834b171c76851b22526bd78",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114108,
          "blockHash": "0x64e9644f0602f30716dc2518c70b7b8cdd1d0607ebebbe8f38b765573c042b4d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4550513977796a506f39797169467a506a574450646e6266376a4d574458425851724a756d4c55526666756f4c6e4767466247764b57735277627748714d6b324a72585364484d555473000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x45f2cf4db3d99db6d8c732c461d2fe2bd47bc5578ae92ab6d4f8e3e6669e2820",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
            "length": 3
          },
          "hash": "0x45f2cf4db3d99db6d8c732c461d2fe2bd47bc5578ae92ab6d4f8e3e6669e2820",
          "confirmations": 3,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 95,
          "r": "0xe65fee8114ad77ea91b37b88d2e344027f7cf7f017b81ef87a1ab57737fa8b38",
          "s": "0x2cde66ccb5ad49157b455c4d0f44c6093358af5b734ac21c6dfd850372c0d9bf",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d5f8501dcd65000830204ed942772154536f0db0cda6452aeab347d0b0f398dc280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4550513977796a506f39797169467a506a574450646e6266376a4d574458425851724a756d4c55526666756f4c6e4767466247764b57735277627748714d6b324a72585364484d555473000000000000000000000000000000000000831d26b7a0e65fee8114ad77ea91b37b88d2e344027f7cf7f017b81ef87a1ab57737fa8b38a02cde66ccb5ad49157b455c4d0f44c6093358af5b734ac21c6dfd850372c0d9bf",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114108,
              "transactionHash": "0x45f2cf4db3d99db6d8c732c461d2fe2bd47bc5578ae92ab6d4f8e3e6669e2820",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4550513977796a506f39797169467a506a574450646e6266376a4d574458425851724a756d4c55526666756f4c6e4767466247764b57735277627748714d6b324a72585364484d555473000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x64e9644f0602f30716dc2518c70b7b8cdd1d0607ebebbe8f38b765573c042b4d",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114110,
          "blockHash": "0x6fac0ead5e537ea987518dba682db442f202d569d87fdbea3855eb088479b357",
          "hash": "0xfbe831d792fcea201f82bbbd5d9661adcf8a422c41c95bf2b57ae1270d4906e7",
          "parentHash": "0x6b53c9eb0046849247cec2f4d78c5e9b163a7591a834b171c76851b22526bd78",
          "number": 114110,
          "timestamp": 1573253401,
          "nonce": 96,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x5230"
          },
          "gasUsed": {
            "_hex": "0x5230"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000ba4ccff2139c27713e3519d16c98001cab299ceebf12dae3d95259c60f2050634307a8ae79e610c293034c4b62dd3e1bcdbe32f2d5181182dd1c663d5330e68701",
          "transactions": [
            "0xfbe831d792fcea201f82bbbd5d9661adcf8a422c41c95bf2b57ae1270d4906e7"
          ],
          "transactionHash": "0xfbe831d792fcea201f82bbbd5d9661adcf8a422c41c95bf2b57ae1270d4906e7",
          "transactionIndex": 0,
          "confirmations": 1,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x2386f26fc10000"
          },
          "data": "0x",
          "r": "0x4968d666ee330de8887552fedf6e796cf53bb2860942d79b68ebdfff02982289",
          "s": "0x34cad26375b33e40929db1838017e19930ef9b8df7c56f8b95eb614e97b3cc97",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86e608501dcd65000825230942772154536f0db0cda6452aeab347d0b0f398dc2872386f26fc1000080831d26b8a04968d666ee330de8887552fedf6e796cf53bb2860942d79b68ebdfff02982289a034cad26375b33e40929db1838017e19930ef9b8df7c56f8b95eb614e97b3cc97",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x5230"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114107,
          "blockHash": "0x59bb26b47447cd4d7851d02af036d8d55066ad2232b954505201c0d63f521595",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x3d0743952bc6b81491d445ea7a33a1b49e9ae80b04a61681925dff52609d1394",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "objectHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "length": 1
          },
          "hash": "0x3d0743952bc6b81491d445ea7a33a1b49e9ae80b04a61681925dff52609d1394",
          "confirmations": 4,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x65a1"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 94,
          "r": "0x7ef071e0f5e221db209eebc8152f4f914c3a58fc5819f562881a2a0726206a07",
          "s": "0x2f0b8369882bf531ecaa2ff97c856abeb0ed9ca1abb610bbe41c3c8c341df997",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b5e8501dcd650008265a1942772154536f0db0cda6452aeab347d0b0f398dc28084c287e0ed831d26b7a07ef071e0f5e221db209eebc8152f4f914c3a58fc5819f562881a2a0726206a07a02f0b8369882bf531ecaa2ff97c856abeb0ed9ca1abb610bbe41c3c8c341df997",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x65a1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114107,
              "transactionHash": "0x3d0743952bc6b81491d445ea7a33a1b49e9ae80b04a61681925dff52609d1394",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x59bb26b47447cd4d7851d02af036d8d55066ad2232b954505201c0d63f521595",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x65a1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114106,
          "blockHash": "0x2316e9b4597c5fdb163e3155ad8b9d3006bbb6d030db9e55680b1d7e8e9b2796",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0xe53853030000000000000000000000005618ec2a71f680cbd00df4720ea7440303ff6074",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x7adcf3116476320ad50ad6f5d9bd2e5b06853d9bf043960fd17ca83ba4dc5126",
          "logIndex": 0,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
            "contentContractAddress": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x7adcf3116476320ad50ad6f5d9bd2e5b06853d9bf043960fd17ca83ba4dc5126",
          "confirmations": 5,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1858a"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 93,
          "r": "0xdee248aebeeaa064f535bd2556fc3e58eb89313beff1d59353621259b8cbc42a",
          "s": "0x27e8eb16c770be53f60ebd323ffb1c2b00ec99786014342d5d1131063fa9a68a",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c5d8501dcd650008301858a942772154536f0db0cda6452aeab347d0b0f398dc280a4e53853030000000000000000000000005618ec2a71f680cbd00df4720ea7440303ff6074831d26b8a0dee248aebeeaa064f535bd2556fc3e58eb89313beff1d59353621259b8cbc42aa027e8eb16c770be53f60ebd323ffb1c2b00ec99786014342d5d1131063fa9a68a",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1858a"
          },
          "logsBloom": "0x00000000040000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114106,
              "transactionHash": "0x7adcf3116476320ad50ad6f5d9bd2e5b06853d9bf043960fd17ca83ba4dc5126",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000005618ec2a71f680cbd00df4720ea7440303ff6074",
              "logIndex": 0,
              "blockHash": "0x2316e9b4597c5fdb163e3155ad8b9d3006bbb6d030db9e55680b1d7e8e9b2796",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1858a"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114104,
          "blockHash": "0x2a84737bc524fa540e7ef13c6bce6e2788800f67960f4e65a92e3395f7ee92ba",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x5cc4aa9b0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
          ],
          "transactionHash": "0x05f9df3eb21bbf424b9c6fd52abae5d4693771ea12bdfe99923375c056d7130a",
          "logIndex": 0,
          "decode": "function",
          "name": "AccessComplete",
          "signature": "AccessComplete(uint256,uint256,bool)",
          "topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": {
              "_hex": "0x5a"
            },
            "2": true,
            "requestID": {
              "_hex": "0x03"
            },
            "scorePct": {
              "_hex": "0x5a"
            },
            "customContractResult": true,
            "length": 3
          },
          "contract": "BaseContent",
          "hash": "0x05f9df3eb21bbf424b9c6fd52abae5d4693771ea12bdfe99923375c056d7130a",
          "confirmations": 7,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x10509"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 91,
          "r": "0xa71b7216c9692778a99961542e0bebf4d6b7202ccc9dae3708d2851ecb5ed01c",
          "s": "0x385cbc492ff1b3e5cfbed793a71402705ad8ea40eb80489317dfc4de97728e7b",
          "v": 1910456,
          "creates": null,
          "raw": "0xf8cd5b8501dcd6500083010509942772154536f0db0cda6452aeab347d0b0f398dc280b8645cc4aa9b0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000000831d26b8a0a71b7216c9692778a99961542e0bebf4d6b7202ccc9dae3708d2851ecb5ed01ca0385cbc492ff1b3e5cfbed793a71402705ad8ea40eb80489317dfc4de97728e7b",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x8fd9"
          },
          "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114104,
              "transactionHash": "0x05f9df3eb21bbf424b9c6fd52abae5d4693771ea12bdfe99923375c056d7130a",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
              "logIndex": 0,
              "blockHash": "0x2a84737bc524fa540e7ef13c6bce6e2788800f67960f4e65a92e3395f7ee92ba",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x8fd9"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114105,
          "blockHash": "0x11a56d6de878e78f322cbc24198f7794d84f78a098adc62ca3cc26dbcfa1c755",
          "hash": "0x69ce58cbabd414055a2b9395ca620fbef9f81430d180dc2fc0e8f8647ad28027",
          "parentHash": "0x2a84737bc524fa540e7ef13c6bce6e2788800f67960f4e65a92e3395f7ee92ba",
          "number": 114105,
          "timestamp": 1573253395,
          "nonce": 92,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x18dce8"
          },
          "gasUsed": {
            "_hex": "0x18dce8"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000004f59020cfe0185e4297598512735c369707511bc219a357a2774a4d3036f252a1a25181ff1df68281bb6d6bff2fc9e9af3126a3fb0ce9861160e8f1986c2c69f00",
          "transactions": [
            "0x69ce58cbabd414055a2b9395ca620fbef9f81430d180dc2fc0e8f8647ad28027"
          ],
          "transactionHash": "0x69ce58cbabd414055a2b9395ca620fbef9f81430d180dc2fc0e8f8647ad28027",
          "transactionIndex": 0,
          "confirmations": 6,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": null,
          "value": {
            "_hex": "0x0"
          },
          "data": "0x60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058203cd7cf68d58fc177b6a635bda8125ed3f471d66389e09531873c99f4f2cb84e50029",
          "r": "0xb27443ba2d22ccd9d0a83ffaf738a62ff4e8cebb74735194107219d02f840bf5",
          "s": "0x57fb5d85a1148cdba6f9f551ae984dcd06a5140e47bc3e51135244b488410195",
          "v": 1910455,
          "creates": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
          "raw": "0xf9163d5c8501dcd650008318dce88080b915e760806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058203cd7cf68d58fc177b6a635bda8125ed3f471d66389e09531873c99f4f2cb84e50029831d26b7a0b27443ba2d22ccd9d0a83ffaf738a62ff4e8cebb74735194107219d02f840bf5a057fb5d85a1148cdba6f9f551ae984dcd06a5140e47bc3e51135244b488410195",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x18dce8"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114103,
          "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "logIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x03"
            },
            "1": 0,
            "2": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "4": "",
            "requestID": {
              "_hex": "0x03"
            },
            "level": 0,
            "contentHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "confirmations": 8,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1513d"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 90,
          "r": "0x67666d1fd2d0161ddaf5186ed1016e84be6d8fa39a8df7cd1df736e289aa4ecf",
          "s": "0x51003287f81e13934cd14d50e31af7aa621d2aea17586e649cdf360b07b27a8b",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e5a8501dcd650008301513d942772154536f0db0cda6452aeab347d0b0f398dc280b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a067666d1fd2d0161ddaf5186ed1016e84be6d8fa39a8df7cd1df736e289aa4ecfa051003287f81e13934cd14d50e31af7aa621d2aea17586e649cdf360b07b27a8b",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1513d"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114103,
              "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114103,
              "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114103,
              "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1513d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114103,
          "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "logIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "confirmations": 8,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1513d"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 90,
          "r": "0x67666d1fd2d0161ddaf5186ed1016e84be6d8fa39a8df7cd1df736e289aa4ecf",
          "s": "0x51003287f81e13934cd14d50e31af7aa621d2aea17586e649cdf360b07b27a8b",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e5a8501dcd650008301513d942772154536f0db0cda6452aeab347d0b0f398dc280b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a067666d1fd2d0161ddaf5186ed1016e84be6d8fa39a8df7cd1df736e289aa4ecfa051003287f81e13934cd14d50e31af7aa621d2aea17586e649cdf360b07b27a8b",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1513d"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114103,
              "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114103,
              "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114103,
              "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1513d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114103,
          "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "logIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
          "confirmations": 8,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1513d"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 90,
          "r": "0x67666d1fd2d0161ddaf5186ed1016e84be6d8fa39a8df7cd1df736e289aa4ecf",
          "s": "0x51003287f81e13934cd14d50e31af7aa621d2aea17586e649cdf360b07b27a8b",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e5a8501dcd650008301513d942772154536f0db0cda6452aeab347d0b0f398dc280b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a067666d1fd2d0161ddaf5186ed1016e84be6d8fa39a8df7cd1df736e289aa4ecfa051003287f81e13934cd14d50e31af7aa621d2aea17586e649cdf360b07b27a8b",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1513d"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114103,
              "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114103,
              "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114103,
              "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1513d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114100,
          "blockHash": "0x4cb25e54b636e57af0dd47f79a60809dff9896ac8c064a71fd830a5d8f9d8aee",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x3b4a3f38166a34cc45cf91ca5606d436cd26555f89b402539b79e4c2156f9415",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "length": 2
          },
          "hash": "0x3b4a3f38166a34cc45cf91ca5606d436cd26555f89b402539b79e4c2156f9415",
          "confirmations": 11,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4673,
          "r": "0x5e4ae14a57ca1748d9192dd6a1ec0ce340374c250b5a499e420c6e62d941b41c",
          "s": "0x0ac826f59bc0f6c46b5811c44aa22b08a70d20e6bdf127557287710e7c859676",
          "v": 27,
          "creates": null,
          "raw": "0xf86b8212418501dcd650008398968094ab5653968303764a75969fd7942ce0ac6fc229ac8084446e88261ba05e4ae14a57ca1748d9192dd6a1ec0ce340374c250b5a499e420c6e62d941b41ca00ac826f59bc0f6c46b5811c44aa22b08a70d20e6bdf127557287710e7c859676",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x290e3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114100,
              "transactionHash": "0x3b4a3f38166a34cc45cf91ca5606d436cd26555f89b402539b79e4c2156f9415",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f326d553564787477313942596159557870314b6a377753617a6d47777a4c507a716b6774644a694e4b6350546b4d5a33775971554d78697461326f6f765a6979384e564c5a5465774e6a000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x4cb25e54b636e57af0dd47f79a60809dff9896ac8c064a71fd830a5d8f9d8aee",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x290e3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114102,
          "blockHash": "0x94a1a3b6768c0f46a3313366dfdaed2153798e8ad7437a33fd4a370f87bf20ee",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0xf4d9bae800000000000000000000000000000000000000000000000006f05b59d3b20000",
          "topics": [
            "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
          ],
          "transactionHash": "0x9ab1396bf5d91c39fb4ed105305d824b75ac656ce6a43757a4ea963c63e20c58",
          "logIndex": 0,
          "decode": "function",
          "name": "SetAccessCharge",
          "signature": "SetAccessCharge(uint256)",
          "topic": "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3",
          "values": {
            "0": {
              "_hex": "0x06f05b59d3b20000"
            },
            "accessCharge": {
              "_hex": "0x06f05b59d3b20000"
            },
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x9ab1396bf5d91c39fb4ed105305d824b75ac656ce6a43757a4ea963c63e20c58",
          "confirmations": 9,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0xaefc"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 89,
          "r": "0x8930d26a4526b834c8787746514f018a082fd62d7bfeb14aef656493eba3990e",
          "s": "0x27ece06a4f34dc8e1b9876253063e0cf3082924570670312bfa31beb55ee26b3",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88b598501dcd6500082aefc942772154536f0db0cda6452aeab347d0b0f398dc280a4f4d9bae800000000000000000000000000000000000000000000000006f05b59d3b20000831d26b7a08930d26a4526b834c8787746514f018a082fd62d7bfeb14aef656493eba3990ea027ece06a4f34dc8e1b9876253063e0cf3082924570670312bfa31beb55ee26b3",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0xaefc"
          },
          "logsBloom": "0x00000000000000100000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114102,
              "transactionHash": "0x9ab1396bf5d91c39fb4ed105305d824b75ac656ce6a43757a4ea963c63e20c58",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
              ],
              "data": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
              "logIndex": 0,
              "blockHash": "0x94a1a3b6768c0f46a3313366dfdaed2153798e8ad7437a33fd4a370f87bf20ee",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0xaefc"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114101,
          "blockHash": "0x073a93c4fa31e2a393eecc7130511dbf1c2f68b50db7994ef3972890127641a6",
          "hash": "0xb5263c292b6efb6cdfb1c13646d2b66add148cb8fc1d36970e8fc43c6035f0ec",
          "parentHash": "0x4cb25e54b636e57af0dd47f79a60809dff9896ac8c064a71fd830a5d8f9d8aee",
          "number": 114101,
          "timestamp": 1573253389,
          "nonce": 88,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x6dd2"
          },
          "gasUsed": {
            "_hex": "0x6dd2"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000009e7e883e92402d2eadc6ff5437b5110baf5dd0d454e919ef0b0a807dbd648c24195031e706c5df5789d907c9cc8f15d691ff1f88948b01e32833acae6e09a6eb01",
          "transactions": [
            "0xb5263c292b6efb6cdfb1c13646d2b66add148cb8fc1d36970e8fc43c6035f0ec"
          ],
          "transactionHash": "0xb5263c292b6efb6cdfb1c13646d2b66add148cb8fc1d36970e8fc43c6035f0ec",
          "transactionIndex": 0,
          "confirmations": 10,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "data": "0xaa024e8b000000000000000000000000000000000000000000000000000000000000000a",
          "r": "0xe4b3f83a7163c8f0dafc310ccd865fd9dfa348395a17f3847c2e081daca14366",
          "s": "0x4b9497f411c76459fe6e002e7488b753ed85c400eea2b36d7fe6de1904f385db",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88b588501dcd65000826dd2942772154536f0db0cda6452aeab347d0b0f398dc280a4aa024e8b000000000000000000000000000000000000000000000000000000000000000a831d26b7a0e4b3f83a7163c8f0dafc310ccd865fd9dfa348395a17f3847c2e081daca14366a04b9497f411c76459fe6e002e7488b753ed85c400eea2b36d7fe6de1904f385db",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x6dd2"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114099,
          "blockHash": "0xdd83d6d10fb0b090c8d94afc8ede6dc297098093ff3b04cb82a110978233fa02",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f326d553564787477313942596159557870314b6a377753617a6d47777a4c507a716b6774644a694e4b6350546b4d5a33775971554d78697461326f6f765a6979384e564c5a5465774e6a000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x5a24409fddbd437413ce9b1fb3cdb9b6130dea1e7bd5c7844e59636038cdfccd",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "2": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "objectHash": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
            "length": 3
          },
          "hash": "0x5a24409fddbd437413ce9b1fb3cdb9b6130dea1e7bd5c7844e59636038cdfccd",
          "confirmations": 12,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 87,
          "r": "0x44fa60fdf9969a3069f3653cf5622a9ba0880d464ae710e31151f36fd995147f",
          "s": "0x7586673bedb765059a443774d38f458653e7f158086eb45428f596de0dbd0351",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d578501dcd65000830204ed94ab5653968303764a75969fd7942ce0ac6fc229ac80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f326d553564787477313942596159557870314b6a377753617a6d47777a4c507a716b6774644a694e4b6350546b4d5a33775971554d78697461326f6f765a6979384e564c5a5465774e6a000000000000000000000000000000000000831d26b7a044fa60fdf9969a3069f3653cf5622a9ba0880d464ae710e31151f36fd995147fa07586673bedb765059a443774d38f458653e7f158086eb45428f596de0dbd0351",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114099,
              "transactionHash": "0x5a24409fddbd437413ce9b1fb3cdb9b6130dea1e7bd5c7844e59636038cdfccd",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d70000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f326d553564787477313942596159557870314b6a377753617a6d47777a4c507a716b6774644a694e4b6350546b4d5a33775971554d78697461326f6f765a6979384e564c5a5465774e6a000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xdd83d6d10fb0b090c8d94afc8ede6dc297098093ff3b04cb82a110978233fa02",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114098,
          "blockHash": "0xf51d9d60d90c59896c9eaca60ae76f35a37bba2e68c510c755662404e51a652d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xfc865cfb5fe6c8841a78aaadb2a781856ad1ad2a1f060aa2d1d2e8ac2cc8ad7e",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "length": 2
          },
          "hash": "0xfc865cfb5fe6c8841a78aaadb2a781856ad1ad2a1f060aa2d1d2e8ac2cc8ad7e",
          "confirmations": 13,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4672,
          "r": "0x808afef09c80c122bf391635ec4852da050b1254a1bae167ce5b99cc63b7d307",
          "s": "0x4de04d61ac98f9611e9c2f7928cd5266270eb85ad03b49b54f35c42f5558eecf",
          "v": 28,
          "creates": null,
          "raw": "0xf86b8212408501dcd650008398968094ab5653968303764a75969fd7942ce0ac6fc229ac8084446e88261ca0808afef09c80c122bf391635ec4852da050b1254a1bae167ce5b99cc63b7d307a04de04d61ac98f9611e9c2f7928cd5266270eb85ad03b49b54f35c42f5558eecf",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114098,
              "transactionHash": "0xfc865cfb5fe6c8841a78aaadb2a781856ad1ad2a1f060aa2d1d2e8ac2cc8ad7e",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a4671683558654262484b723735456261685948595155514c4566694d4373594c314e59456a71434a4e63766b4669745a66756d32615131454462326234445065507469466473777371000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf51d9d60d90c59896c9eaca60ae76f35a37bba2e68c510c755662404e51a652d",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114097,
          "blockHash": "0xfaafc20d03c6f247686ee11921972c833d3d8b6a5a448640feed21464bbdc3e9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a4671683558654262484b723735456261685948595155514c4566694d4373594c314e59456a71434a4e63766b4669745a66756d32615131454462326234445065507469466473777371000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x5f8ab931f2ea0f4703e9b9ab29547dee6a80d329ef54d5eec2e242ebcc6acb69",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "2": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "objectHash": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
            "length": 3
          },
          "hash": "0x5f8ab931f2ea0f4703e9b9ab29547dee6a80d329ef54d5eec2e242ebcc6acb69",
          "confirmations": 14,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 86,
          "r": "0x57d8270ece038f1873715adb50c3bb6300443ef6eb31d5344a68f1c6fc5bdd25",
          "s": "0x16d161731eaf9d2ce4ca82818888142554f2b8498897a1a322e75941625b50b5",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d568501dcd6500083023f8594ab5653968303764a75969fd7942ce0ac6fc229ac80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a4671683558654262484b723735456261685948595155514c4566694d4373594c314e59456a71434a4e63766b4669745a66756d32615131454462326234445065507469466473777371000000000000000000000000000000000000831d26b8a057d8270ece038f1873715adb50c3bb6300443ef6eb31d5344a68f1c6fc5bdd25a016d161731eaf9d2ce4ca82818888142554f2b8498897a1a322e75941625b50b5",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114097,
              "transactionHash": "0x5f8ab931f2ea0f4703e9b9ab29547dee6a80d329ef54d5eec2e242ebcc6acb69",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d70000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a4671683558654262484b723735456261685948595155514c4566694d4373594c314e59456a71434a4e63766b4669745a66756d32615131454462326234445065507469466473777371000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xfaafc20d03c6f247686ee11921972c833d3d8b6a5a448640feed21464bbdc3e9",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114095,
          "blockHash": "0x085663a4dd26f927410805d3d87b9b0d6cddbf395300a9e87da5c5b69cadf8f6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0xf1551887",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0x7932207c9c1bca496a72213fd35ca4d5276db23cefe3cf88815f1b2b7e3143f5",
          "logIndex": 0,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          },
          "hash": "0x7932207c9c1bca496a72213fd35ca4d5276db23cefe3cf88815f1b2b7e3143f5",
          "confirmations": 16,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5d79"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 84,
          "r": "0xd2fac54cc2daf0eaa44a0b55d363642d5742c54489e2b8a7e445cf009e923798",
          "s": "0x51419fbb1fe77f0ae8c79c9dc9f5adc839ac1d89bf57bcb8c665c839f9afbaca",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b548501dcd65000825d79940f95a62ef9afac339162ce5d4587917f684025d78084f1551887831d26b7a0d2fac54cc2daf0eaa44a0b55d363642d5742c54489e2b8a7e445cf009e923798a051419fbb1fe77f0ae8c79c9dc9f5adc839ac1d89bf57bcb8c665c839f9afbaca",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5d79"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000848000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114095,
              "transactionHash": "0x7932207c9c1bca496a72213fd35ca4d5276db23cefe3cf88815f1b2b7e3143f5",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
              ],
              "data": "0x",
              "logIndex": 0,
              "blockHash": "0x085663a4dd26f927410805d3d87b9b0d6cddbf395300a9e87da5c5b69cadf8f6",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5d79"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114096,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "logIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "confirmations": 15,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18bd5"
          },
          "to": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 85,
          "r": "0xa55236a235496a09f44ef318ad4b32656b7ffad44d182142fef8325532188d0f",
          "s": "0x5277f39ea878698f85d40de8f473d90298c4468c5d175b16c74a172e61db4607",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9022e558501dcd6500083018bd594cd826ad0e3ff4438737e4c4ae9cfea217fee207080b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a0a55236a235496a09f44ef318ad4b32656b7ffad44d182142fef8325532188d0fa05277f39ea878698f85d40de8f473d90298c4468c5d175b16c74a172e61db4607",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18bd5"
          },
          "logsBloom": "0x00000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000002000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000004000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114096,
              "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114096,
              "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114096,
              "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d4432660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18bd5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114096,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "logIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "confirmations": 15,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18bd5"
          },
          "to": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 85,
          "r": "0xa55236a235496a09f44ef318ad4b32656b7ffad44d182142fef8325532188d0f",
          "s": "0x5277f39ea878698f85d40de8f473d90298c4468c5d175b16c74a172e61db4607",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9022e558501dcd6500083018bd594cd826ad0e3ff4438737e4c4ae9cfea217fee207080b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a0a55236a235496a09f44ef318ad4b32656b7ffad44d182142fef8325532188d0fa05277f39ea878698f85d40de8f473d90298c4468c5d175b16c74a172e61db4607",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18bd5"
          },
          "logsBloom": "0x00000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000002000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000004000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114096,
              "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114096,
              "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114096,
              "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d4432660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18bd5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114096,
          "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "logIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
          "confirmations": 15,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18bd5"
          },
          "to": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 85,
          "r": "0xa55236a235496a09f44ef318ad4b32656b7ffad44d182142fef8325532188d0f",
          "s": "0x5277f39ea878698f85d40de8f473d90298c4468c5d175b16c74a172e61db4607",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9022e558501dcd6500083018bd594cd826ad0e3ff4438737e4c4ae9cfea217fee207080b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a0a55236a235496a09f44ef318ad4b32656b7ffad44d182142fef8325532188d0fa05277f39ea878698f85d40de8f473d90298c4468c5d175b16c74a172e61db4607",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18bd5"
          },
          "logsBloom": "0x00000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000002000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000004000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114096,
              "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114096,
              "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114096,
              "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d4432660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18bd5"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114094,
          "blockHash": "0xcf0199969cea2c43d88d4203fc8b83a8353a73eecea28b8db024ab62c40cb724",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x748cdd6acaeeb2c0a9bffaad7043b93324a16e33ff2270232e0db4c8ec4fdbdb",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x748cdd6acaeeb2c0a9bffaad7043b93324a16e33ff2270232e0db4c8ec4fdbdb",
          "confirmations": 17,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 83,
          "r": "0xb21048abf774e653f54800e01ba37a00fa2bf08d15c842ae8a174bf4de13855e",
          "s": "0x4b181bef96f98b9ef59362c20530525d75aac80f56cebf31b720d13fa2a52a77",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b538501dcd65000825f3c94ab5653968303764a75969fd7942ce0ac6fc229ac8084c287e0ed831d26b7a0b21048abf774e653f54800e01ba37a00fa2bf08d15c842ae8a174bf4de13855ea04b181bef96f98b9ef59362c20530525d75aac80f56cebf31b720d13fa2a52a77",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000200000000000000000000000000000000000000000010000000002010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114094,
              "transactionHash": "0x748cdd6acaeeb2c0a9bffaad7043b93324a16e33ff2270232e0db4c8ec4fdbdb",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xcf0199969cea2c43d88d4203fc8b83a8353a73eecea28b8db024ab62c40cb724",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114093,
          "blockHash": "0xf2c6f057d393949711392b97bcac087a1d40f0219ef2add8032e6e15b4eac4f1",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x4ab2933263eeec2f332b07c8443b8ebd5864820fcc04eff6d82c96163f46563c",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "length": 2
          },
          "hash": "0x4ab2933263eeec2f332b07c8443b8ebd5864820fcc04eff6d82c96163f46563c",
          "confirmations": 18,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4671,
          "r": "0xd2c07ee06305231855c968e470b9a5cfdd62d26e6032297f48ed16a58ff9cd7e",
          "s": "0x04ba2246210511bc5be4ab78d2f773e2fff2017427d18f980df41aa0e3eb3e7a",
          "v": 28,
          "creates": null,
          "raw": "0xf86b82123f8501dcd650008398968094cd826ad0e3ff4438737e4c4ae9cfea217fee20708084446e88261ca0d2c07ee06305231855c968e470b9a5cfdd62d26e6032297f48ed16a58ff9cd7ea004ba2246210511bc5be4ab78d2f773e2fff2017427d18f980df41aa0e3eb3e7a",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000004000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114093,
              "transactionHash": "0x4ab2933263eeec2f332b07c8443b8ebd5864820fcc04eff6d82c96163f46563c",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d443266000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf2c6f057d393949711392b97bcac087a1d40f0219ef2add8032e6e15b4eac4f1",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "1": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "content_type": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "confirmations": 19,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 82,
          "r": "0xa6d8e09f9761e0f3a3b65b57a98a0165b57d0795c88be4f25246006048810613",
          "s": "0x4c7d084d933f52f4eb052ffe5cedeeaced27b6f9481c0ef6aa622b8b1abceaf7",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c528501dcd650008341a16a940f95a62ef9afac339162ce5d4587917f684025d780a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0a6d8e09f9761e0f3a3b65b57a98a0165b57d0795c88be4f25246006048810613a04c7d084d933f52f4eb052ffe5cedeeaced27b6f9481c0ef6aa622b8b1abceaf7",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002084008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000800000000300000000000800000000000000000000000080000000000000000000000000000000000001000000200000000000000000000000000000002020000000000000000000000000010000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 0,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac",
              "logIndex": 4,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "contentAddress": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "confirmations": 19,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 82,
          "r": "0xa6d8e09f9761e0f3a3b65b57a98a0165b57d0795c88be4f25246006048810613",
          "s": "0x4c7d084d933f52f4eb052ffe5cedeeaced27b6f9481c0ef6aa622b8b1abceaf7",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c528501dcd650008341a16a940f95a62ef9afac339162ce5d4587917f684025d780a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0a6d8e09f9761e0f3a3b65b57a98a0165b57d0795c88be4f25246006048810613a04c7d084d933f52f4eb052ffe5cedeeaced27b6f9481c0ef6aa622b8b1abceaf7",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002084008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000800000000300000000000800000000000000000000000080000000000000000000000000000000000001000000200000000000000000000000000000002020000000000000000000000000010000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 0,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac",
              "logIndex": 4,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "confirmations": 19,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 82,
          "r": "0xa6d8e09f9761e0f3a3b65b57a98a0165b57d0795c88be4f25246006048810613",
          "s": "0x4c7d084d933f52f4eb052ffe5cedeeaced27b6f9481c0ef6aa622b8b1abceaf7",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c528501dcd650008341a16a940f95a62ef9afac339162ce5d4587917f684025d780a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0a6d8e09f9761e0f3a3b65b57a98a0165b57d0795c88be4f25246006048810613a04c7d084d933f52f4eb052ffe5cedeeaced27b6f9481c0ef6aa622b8b1abceaf7",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002084008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000800000000300000000000800000000000000000000000080000000000000000000000000000000000001000000200000000000000000000000000000002020000000000000000000000000010000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 0,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac",
              "logIndex": 4,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "confirmations": 19,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 82,
          "r": "0xa6d8e09f9761e0f3a3b65b57a98a0165b57d0795c88be4f25246006048810613",
          "s": "0x4c7d084d933f52f4eb052ffe5cedeeaced27b6f9481c0ef6aa622b8b1abceaf7",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c528501dcd650008341a16a940f95a62ef9afac339162ce5d4587917f684025d780a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0a6d8e09f9761e0f3a3b65b57a98a0165b57d0795c88be4f25246006048810613a04c7d084d933f52f4eb052ffe5cedeeaced27b6f9481c0ef6aa622b8b1abceaf7",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002084008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000800000000300000000000800000000000000000000000080000000000000000000000000000000000001000000200000000000000000000000000000002020000000000000000000000000010000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 0,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac",
              "logIndex": 4,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "confirmations": 19,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 82,
          "r": "0xa6d8e09f9761e0f3a3b65b57a98a0165b57d0795c88be4f25246006048810613",
          "s": "0x4c7d084d933f52f4eb052ffe5cedeeaced27b6f9481c0ef6aa622b8b1abceaf7",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c528501dcd650008341a16a940f95a62ef9afac339162ce5d4587917f684025d780a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0a6d8e09f9761e0f3a3b65b57a98a0165b57d0795c88be4f25246006048810613a04c7d084d933f52f4eb052ffe5cedeeaced27b6f9481c0ef6aa622b8b1abceaf7",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002084008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000800000000300000000000800000000000000000000000080000000000000000000000000000000000001000000200000000000000000000000000000002020000000000000000000000000010000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 0,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac",
              "logIndex": 4,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114092,
          "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
          "data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "containingLibrary": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
          "confirmations": 19,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 82,
          "r": "0xa6d8e09f9761e0f3a3b65b57a98a0165b57d0795c88be4f25246006048810613",
          "s": "0x4c7d084d933f52f4eb052ffe5cedeeaced27b6f9481c0ef6aa622b8b1abceaf7",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c528501dcd650008341a16a940f95a62ef9afac339162ce5d4587917f684025d780a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b8a0a6d8e09f9761e0f3a3b65b57a98a0165b57d0795c88be4f25246006048810613a04c7d084d933f52f4eb052ffe5cedeeaced27b6f9481c0ef6aa622b8b1abceaf7",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000004000000000000000000000000000000000000000000000000000002084008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000800000000300000000000800000000000000000000000080000000000000000000000000000000000001000000200000000000000000000000000000002020000000000000000000000000010000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 0,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac",
              "logIndex": 4,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114092,
              "transactionHash": "0x8742f56639b607a315bc9fd1b4fed010526a957b36b43a04e194ce819ce1e027",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000ab5653968303764a75969fd7942ce0ac6fc229ac0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x2010eca393fbbaca7bead586cb6ac722d961425fe0d6482c1753589eca7f8c5d",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114091,
          "blockHash": "0x6fdb56d7aa4529108348d7bc5a8977c55e9e115a0c4b26c04d1c8c3bc7cb38b8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d443266000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x9fb180def49193b8e9678bfc07387203e1fcacf8c26918ffb4fb6c78cb72e535",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "2": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "objectHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
            "length": 3
          },
          "hash": "0x9fb180def49193b8e9678bfc07387203e1fcacf8c26918ffb4fb6c78cb72e535",
          "confirmations": 20,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 81,
          "r": "0xa9c66f949fd3e9cc4a42e84b2c81de62853c079ceb497ee79712cf613ee46f55",
          "s": "0x1e7c1a30b91059af767e0073a63ef1c7a5871af98a47f1b075798f5b7f0356c8",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d518501dcd6500083023f8594cd826ad0e3ff4438737e4c4ae9cfea217fee207080b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d443266000000000000000000000000000000000000831d26b7a0a9c66f949fd3e9cc4a42e84b2c81de62853c079ceb497ee79712cf613ee46f55a01e7c1a30b91059af767e0073a63ef1c7a5871af98a47f1b075798f5b7f0356c8",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000004000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114091,
              "transactionHash": "0x9fb180def49193b8e9678bfc07387203e1fcacf8c26918ffb4fb6c78cb72e535",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d70000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d443266000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x6fdb56d7aa4529108348d7bc5a8977c55e9e115a0c4b26c04d1c8c3bc7cb38b8",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114090,
          "blockHash": "0xe1fd13275e7fe18b4c5c903397ed9ad822313b17a4b16513adeb5634b12661f5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xce86161e8358257ebe0c5b17c2e032957a2c148568b198f8c9e783bf68ebe96f",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xce86161e8358257ebe0c5b17c2e032957a2c148568b198f8c9e783bf68ebe96f",
          "confirmations": 21,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 80,
          "r": "0xf6cd24c5bd6a3a208d96ed32e974464fbcf5cda5183184403c6ad569b70aae72",
          "s": "0x7d6ed6906f1cd618b41401c188e5dadff1f997e39ea88d8db9d767e1e2cdf61c",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b508501dcd65000825f3c94cd826ad0e3ff4438737e4c4ae9cfea217fee20708084c287e0ed831d26b7a0f6cd24c5bd6a3a208d96ed32e974464fbcf5cda5183184403c6ad569b70aae72a07d6ed6906f1cd618b41401c188e5dadff1f997e39ea88d8db9d767e1e2cdf61c",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114090,
              "transactionHash": "0xce86161e8358257ebe0c5b17c2e032957a2c148568b198f8c9e783bf68ebe96f",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xe1fd13275e7fe18b4c5c903397ed9ad822313b17a4b16513adeb5634b12661f5",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114089,
          "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "1": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "content_type": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "confirmations": 22,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0x7a716037e33159c0a6c1e06b3060769ccb920235830e531e4568e493a2623ada",
          "s": "0x71cfb3344a7b2a71b3a8a8e0150c50c3f6466ebf8a94bb3f7e48c2ce42001a11",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4f8501dcd650008341a16a940f95a62ef9afac339162ce5d4587917f684025d780a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b7a07a716037e33159c0a6c1e06b3060769ccb920235830e531e4568e493a2623adaa071cfb3344a7b2a71b3a8a8e0150c50c3f6466ebf8a94bb3f7e48c2ce42001a11",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000104000000000000000000000000000000000000000000000000000002084008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000000000000000000000080000000000000000000000000000000000001000000000000200000000000000000000000002020000000000000000000000000010000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000004010080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 0,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee207000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee2070",
              "logIndex": 4,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee2070000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114089,
          "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "contentAddress": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "confirmations": 22,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0x7a716037e33159c0a6c1e06b3060769ccb920235830e531e4568e493a2623ada",
          "s": "0x71cfb3344a7b2a71b3a8a8e0150c50c3f6466ebf8a94bb3f7e48c2ce42001a11",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4f8501dcd650008341a16a940f95a62ef9afac339162ce5d4587917f684025d780a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b7a07a716037e33159c0a6c1e06b3060769ccb920235830e531e4568e493a2623adaa071cfb3344a7b2a71b3a8a8e0150c50c3f6466ebf8a94bb3f7e48c2ce42001a11",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000104000000000000000000000000000000000000000000000000000002084008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000000000000000000000080000000000000000000000000000000000001000000000000200000000000000000000000002020000000000000000000000000010000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000004010080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 0,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee207000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee2070",
              "logIndex": 4,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee2070000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114089,
          "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "confirmations": 22,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0x7a716037e33159c0a6c1e06b3060769ccb920235830e531e4568e493a2623ada",
          "s": "0x71cfb3344a7b2a71b3a8a8e0150c50c3f6466ebf8a94bb3f7e48c2ce42001a11",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4f8501dcd650008341a16a940f95a62ef9afac339162ce5d4587917f684025d780a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b7a07a716037e33159c0a6c1e06b3060769ccb920235830e531e4568e493a2623adaa071cfb3344a7b2a71b3a8a8e0150c50c3f6466ebf8a94bb3f7e48c2ce42001a11",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000104000000000000000000000000000000000000000000000000000002084008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000000000000000000000080000000000000000000000000000000000001000000000000200000000000000000000000002020000000000000000000000000010000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000004010080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 0,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee207000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee2070",
              "logIndex": 4,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee2070000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114089,
          "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "confirmations": 22,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0x7a716037e33159c0a6c1e06b3060769ccb920235830e531e4568e493a2623ada",
          "s": "0x71cfb3344a7b2a71b3a8a8e0150c50c3f6466ebf8a94bb3f7e48c2ce42001a11",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4f8501dcd650008341a16a940f95a62ef9afac339162ce5d4587917f684025d780a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b7a07a716037e33159c0a6c1e06b3060769ccb920235830e531e4568e493a2623adaa071cfb3344a7b2a71b3a8a8e0150c50c3f6466ebf8a94bb3f7e48c2ce42001a11",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000104000000000000000000000000000000000000000000000000000002084008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000000000000000000000080000000000000000000000000000000000001000000000000200000000000000000000000002020000000000000000000000000010000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000004010080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 0,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee207000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee2070",
              "logIndex": 4,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee2070000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114089,
          "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "confirmations": 22,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0x7a716037e33159c0a6c1e06b3060769ccb920235830e531e4568e493a2623ada",
          "s": "0x71cfb3344a7b2a71b3a8a8e0150c50c3f6466ebf8a94bb3f7e48c2ce42001a11",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4f8501dcd650008341a16a940f95a62ef9afac339162ce5d4587917f684025d780a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b7a07a716037e33159c0a6c1e06b3060769ccb920235830e531e4568e493a2623adaa071cfb3344a7b2a71b3a8a8e0150c50c3f6466ebf8a94bb3f7e48c2ce42001a11",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000104000000000000000000000000000000000000000000000000000002084008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000000000000000000000080000000000000000000000000000000000001000000000000200000000000000000000000002020000000000000000000000000010000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000004010080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 0,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee207000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee2070",
              "logIndex": 4,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee2070000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114089,
          "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
          "data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "containingLibrary": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
          "confirmations": 22,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x41a16a"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 79,
          "r": "0x7a716037e33159c0a6c1e06b3060769ccb920235830e531e4568e493a2623ada",
          "s": "0x71cfb3344a7b2a71b3a8a8e0150c50c3f6466ebf8a94bb3f7e48c2ce42001a11",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4f8501dcd650008341a16a940f95a62ef9afac339162ce5d4587917f684025d780a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b7a07a716037e33159c0a6c1e06b3060769ccb920235830e531e4568e493a2623adaa071cfb3344a7b2a71b3a8a8e0150c50c3f6466ebf8a94bb3f7e48c2ce42001a11",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3fa5c5"
          },
          "logsBloom": "0x0000000104000000000000000000000000000000000000000000000000000002084008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000000000000000000000080000000000000000000000000000000000001000000000000200000000000000000000000002020000000000000000000000000010000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000004010080000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 0,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee207000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee2070",
              "logIndex": 4,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114089,
              "transactionHash": "0xfc47c72a4089db654fa976c70b6822436fffa39a8ed37cf7b1aa745a45ca6d92",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000cd826ad0e3ff4438737e4c4ae9cfea217fee2070000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xf58cf2751745cad0932a416512c78aed5d1fe76c96ce4f8a2f30226296f3d416",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3fa5c5"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114088,
          "blockHash": "0xbaee77a9e038d81ea3c465e49e2d05b548d3e80e6f9b0b2fb043e5a12c16cc91",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x34646390b1d2b966d6134ff566742348cea980caa16526f2e1a1d1abbe4202a5",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__KCBAuxKPLNNP4CVPiekiWxmNKRLQZxe1tZo13TtBmZjL5y4L1YhWRcjYHbG6QUTXuvfXwEsQD4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__KCBAuxKPLNNP4CVPiekiWxmNKRLQZxe1tZo13TtBmZjL5y4L1YhWRcjYHbG6QUTXuvfXwEsQD4",
            "length": 2
          },
          "hash": "0x34646390b1d2b966d6134ff566742348cea980caa16526f2e1a1d1abbe4202a5",
          "confirmations": 23,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4670,
          "r": "0x188cf0c34a1624d45a920d4949a11497893c515a6c2fba66c21ee8d81b6ddbd5",
          "s": "0x5fa7e26ac936cc73ce303a77b436f84cbff463b3aa9e79421f9729a81f3dde2e",
          "v": 27,
          "creates": null,
          "raw": "0xf86b82123e8501dcd6500083989680940f95a62ef9afac339162ce5d4587917f684025d78084446e88261ba0188cf0c34a1624d45a920d4949a11497893c515a6c2fba66c21ee8d81b6ddbd5a05fa7e26ac936cc73ce303a77b436f84cbff463b3aa9e79421f9729a81f3dde2e",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a5a6"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000840000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114088,
              "transactionHash": "0x34646390b1d2b966d6134ff566742348cea980caa16526f2e1a1d1abbe4202a5",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4b43424175784b504c4e4e503443565069656b6957786d4e4b524c515a786531745a6f31335474426d5a6a4c3579344c3159685752636a59486247365155545875766658774573514434000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xbaee77a9e038d81ea3c465e49e2d05b548d3e80e6f9b0b2fb043e5a12c16cc91",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a5a6"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114087,
          "blockHash": "0x86628e1ca56a18a1b132f2d25b4b0f9011ce2fa100bcb32bb7bcb674f4bbe971",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4b43424175784b504c4e4e503443565069656b6957786d4e4b524c515a786531745a6f31335474426d5a6a4c3579344c3159685752636a59486247365155545875766658774573514434000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x3b08adfeb821e7b05c680fda7bfb737a53be2b4d4994a0208f327050aec3ed26",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__KCBAuxKPLNNP4CVPiekiWxmNKRLQZxe1tZo13TtBmZjL5y4L1YhWRcjYHbG6QUTXuvfXwEsQD4",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__KCBAuxKPLNNP4CVPiekiWxmNKRLQZxe1tZo13TtBmZjL5y4L1YhWRcjYHbG6QUTXuvfXwEsQD4",
            "length": 3
          },
          "hash": "0x3b08adfeb821e7b05c680fda7bfb737a53be2b4d4994a0208f327050aec3ed26",
          "confirmations": 24,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1bd57"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 78,
          "r": "0x5dcd0a298c56a45908cf6b08e2458136d3d258589a444b782ae1c329c1538ed1",
          "s": "0x50eca8b50c7d1a165a98d8ebd315669be9af2fdd83188cf16effe7123a4f7125",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d4e8501dcd650008301bd57940f95a62ef9afac339162ce5d4587917f684025d780b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4b43424175784b504c4e4e503443565069656b6957786d4e4b524c515a786531745a6f31335474426d5a6a4c3579344c3159685752636a59486247365155545875766658774573514434000000000000000000000000000000000000831d26b7a05dcd0a298c56a45908cf6b08e2458136d3d258589a444b782ae1c329c1538ed1a050eca8b50c7d1a165a98d8ebd315669be9af2fdd83188cf16effe7123a4f7125",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1bd57"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000840000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114087,
              "transactionHash": "0x3b08adfeb821e7b05c680fda7bfb737a53be2b4d4994a0208f327050aec3ed26",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4b43424175784b504c4e4e503443565069656b6957786d4e4b524c515a786531745a6f31335474426d5a6a4c3579344c3159685752636a59486247365155545875766658774573514434000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x86628e1ca56a18a1b132f2d25b4b0f9011ce2fa100bcb32bb7bcb674f4bbe971",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1bd57"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114086,
          "blockHash": "0x2931633d6dc37712417a4ae2bf00b1a08baf2c7ebc9a8e90bb342d736577f788",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xe27df6b736130bce3ee63b5d780c4bccbb7b874dd6ae950c567c03097ea7bcc4",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xe27df6b736130bce3ee63b5d780c4bccbb7b874dd6ae950c567c03097ea7bcc4",
          "confirmations": 25,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5fc0"
          },
          "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 77,
          "r": "0x2ebc1b65f585f57f0a6e8a74e5089e7d46b12a8e2faeb181efc34e105b5d1f3f",
          "s": "0x4c46f484f6ecb85f398b3ae9455e5a4e704875082a953c8f9d63dcbadd7a4de9",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b4d8501dcd65000825fc0940f95a62ef9afac339162ce5d4587917f684025d78084c287e0ed831d26b7a02ebc1b65f585f57f0a6e8a74e5089e7d46b12a8e2faeb181efc34e105b5d1f3fa04c46f484f6ecb85f398b3ae9455e5a4e704875082a953c8f9d63dcbadd7a4de9",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5fc0"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000840000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114086,
              "transactionHash": "0xe27df6b736130bce3ee63b5d780c4bccbb7b874dd6ae950c567c03097ea7bcc4",
              "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x2931633d6dc37712417a4ae2bf00b1a08baf2c7ebc9a8e90bb342d736577f788",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5fc0"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114085,
          "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
          ],
          "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
          "logIndex": 2,
          "decode": "function",
          "name": "CreateLibrary",
          "signature": "CreateLibrary(address)",
          "topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
          "values": {
            "0": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "libraryAddress": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
          "confirmations": 26,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 76,
          "r": "0x7f0d633ab428008c6bd2547f0294b0a4345b7c0b4f2aab5ce3700d1104559e73",
          "s": "0x4702f417a8e25ebcc5365a6010a42c2df0adaac75536249fb3aa96b1badce376",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4c8501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a07f0d633ab428008c6bd2547f0294b0a4345b7c0b4f2aab5ce3700d1104559e73a04702f417a8e25ebcc5365a6010a42c2df0adaac75536249fb3aa96b1badce376",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000080000000000000000000000000000040800000000000000080000000080000000000000000000000000000000000000000000000001000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000010000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114085,
              "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 0,
              "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114085,
              "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114085,
              "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 2,
              "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114085,
          "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
          "logIndex": 1,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
          "confirmations": 26,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 76,
          "r": "0x7f0d633ab428008c6bd2547f0294b0a4345b7c0b4f2aab5ce3700d1104559e73",
          "s": "0x4702f417a8e25ebcc5365a6010a42c2df0adaac75536249fb3aa96b1badce376",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4c8501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a07f0d633ab428008c6bd2547f0294b0a4345b7c0b4f2aab5ce3700d1104559e73a04702f417a8e25ebcc5365a6010a42c2df0adaac75536249fb3aa96b1badce376",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000080000000000000000000000000000040800000000000000080000000080000000000000000000000000000000000000000000000001000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000010000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114085,
              "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 0,
              "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114085,
              "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114085,
              "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 2,
              "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114085,
          "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
          "logIndex": 0,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
          "confirmations": 26,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 76,
          "r": "0x7f0d633ab428008c6bd2547f0294b0a4345b7c0b4f2aab5ce3700d1104559e73",
          "s": "0x4702f417a8e25ebcc5365a6010a42c2df0adaac75536249fb3aa96b1badce376",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c4c8501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a07f0d633ab428008c6bd2547f0294b0a4345b7c0b4f2aab5ce3700d1104559e73a04702f417a8e25ebcc5365a6010a42c2df0adaac75536249fb3aa96b1badce376",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000080000000000000000000000000000040800000000000000080000000080000000000000000000000000000000000000000000000001000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000010000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114085,
              "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 0,
              "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114085,
              "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114085,
              "transactionHash": "0xfe6d449b43b315f7a59934846e48b1a0269ba6065dacd153c497d98494b9c8b1",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x0000000000000000000000000f95a62ef9afac339162ce5d4587917f684025d7",
              "logIndex": 2,
              "blockHash": "0x5c622a4a51d1311c0ee265e89863431b7199efabef89fd3e908d988a376ce0d4",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114084,
          "blockHash": "0x332ad2c9bb0a863245c74aa264be12e55af547d9ddc362d9098ba7acadd16f88",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x45e11f5bc4fe5d7070b9e0b1534165dc2e2a999499098605a921fd013a9459b7",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "length": 2
          },
          "hash": "0x45e11f5bc4fe5d7070b9e0b1534165dc2e2a999499098605a921fd013a9459b7",
          "confirmations": 27,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4669,
          "r": "0x8280c701e377bd6057f1b0348a1630d108067af52627e2f881104e9574070aa7",
          "s": "0x604f5b5593cd2f6ec46b6355ae31d6f62dedf0c712adf6e280d474f914b9880b",
          "v": 28,
          "creates": null,
          "raw": "0xf86b82123d8501dcd6500083989680942772154536f0db0cda6452aeab347d0b0f398dc28084446e88261ca08280c701e377bd6057f1b0348a1630d108067af52627e2f881104e9574070aa7a0604f5b5593cd2f6ec46b6355ae31d6f62dedf0c712adf6e280d474f914b9880b",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114084,
              "transactionHash": "0x45e11f5bc4fe5d7070b9e0b1534165dc2e2a999499098605a921fd013a9459b7",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x332ad2c9bb0a863245c74aa264be12e55af547d9ddc362d9098ba7acadd16f88",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114083,
          "blockHash": "0x5bc2baed3d5af03eb4aa4bd12d0f9963ab981223df744e4cecfcbba77e8007ad",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xfada4555d136fe60b6f95d67a7c191d4b4f2fd794b400f6f52a050d5f4b2196d",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
            "length": 3
          },
          "hash": "0xfada4555d136fe60b6f95d67a7c191d4b4f2fd794b400f6f52a050d5f4b2196d",
          "confirmations": 28,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 75,
          "r": "0x03bfbf31f2668cc558a749721e2d419e71faa0355bddcd6f138a30ae486f2d37",
          "s": "0x773a1c8d1536d62e4bf4d1581064124af3bfc3ed7dca15475bc4af7ff6a73cbc",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d4b8501dcd65000830204ed942772154536f0db0cda6452aeab347d0b0f398dc280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d000000000000000000000000000000000000831d26b8a003bfbf31f2668cc558a749721e2d419e71faa0355bddcd6f138a30ae486f2d37a0773a1c8d1536d62e4bf4d1581064124af3bfc3ed7dca15475bc4af7ff6a73cbc",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114083,
              "transactionHash": "0xfada4555d136fe60b6f95d67a7c191d4b4f2fd794b400f6f52a050d5f4b2196d",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x5bc2baed3d5af03eb4aa4bd12d0f9963ab981223df744e4cecfcbba77e8007ad",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114082,
          "blockHash": "0x7ced83c83b9f7681d59be909c1419a22ffd7f12b1c25d692ce3a88d6eb87eaf2",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x84ef63bee994606a38a9299ec4a09797427d0bc11dfd21ba86b7044f9a9dd2cb",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__JsFHd63tC8eUxHp7XBegk4VNGciGp9yoS9BKZGkAvTRukWqN5cw77nNv3YDESEHfnPE8H6MFr1",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__JsFHd63tC8eUxHp7XBegk4VNGciGp9yoS9BKZGkAvTRukWqN5cw77nNv3YDESEHfnPE8H6MFr1",
            "length": 2
          },
          "hash": "0x84ef63bee994606a38a9299ec4a09797427d0bc11dfd21ba86b7044f9a9dd2cb",
          "confirmations": 29,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4668,
          "r": "0x23e4fbf547bd44993197c0756bee2303e1685a2f2ed5c8d06cfc917d7073f8dd",
          "s": "0x71f7733bb06f7c3fd2c7e192a3a41c0210187014f0d227b52d6ece90e89a1b10",
          "v": 28,
          "creates": null,
          "raw": "0xf86b82123c8501dcd6500083989680942772154536f0db0cda6452aeab347d0b0f398dc28084446e88261ca023e4fbf547bd44993197c0756bee2303e1685a2f2ed5c8d06cfc917d7073f8dda071f7733bb06f7c3fd2c7e192a3a41c0210187014f0d227b52d6ece90e89a1b10",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114082,
              "transactionHash": "0x84ef63bee994606a38a9299ec4a09797427d0bc11dfd21ba86b7044f9a9dd2cb",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a734648643633744338655578487037584265676b34564e476369477039796f5339424b5a476b41765452756b57714e35637737376e4e7633594445534548666e50453848364d467231000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x7ced83c83b9f7681d59be909c1419a22ffd7f12b1c25d692ce3a88d6eb87eaf2",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114081,
          "blockHash": "0x8fd0b0daa1cfff65cff47dca95f5682314a4c602281ffba2dbe06d9a15c5d47a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a734648643633744338655578487037584265676b34564e476369477039796f5339424b5a476b41765452756b57714e35637737376e4e7633594445534548666e50453848364d467231000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x3be55a96adb185f8b1553662f34a1fb3ab720cb9c620c06bb7a6e1d6e691acee",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__JsFHd63tC8eUxHp7XBegk4VNGciGp9yoS9BKZGkAvTRukWqN5cw77nNv3YDESEHfnPE8H6MFr1",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__JsFHd63tC8eUxHp7XBegk4VNGciGp9yoS9BKZGkAvTRukWqN5cw77nNv3YDESEHfnPE8H6MFr1",
            "length": 3
          },
          "hash": "0x3be55a96adb185f8b1553662f34a1fb3ab720cb9c620c06bb7a6e1d6e691acee",
          "confirmations": 30,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 74,
          "r": "0xc219fb033e6e8916c46b3d3c11eb61b812cff91125b8ad08848fb5a31463ba6d",
          "s": "0x3ac35d5d4b219f0f5541a9ae3cff843104c38a2546d40b688723386281bf3529",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d4a8501dcd65000830204ed942772154536f0db0cda6452aeab347d0b0f398dc280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a734648643633744338655578487037584265676b34564e476369477039796f5339424b5a476b41765452756b57714e35637737376e4e7633594445534548666e50453848364d467231000000000000000000000000000000000000831d26b8a0c219fb033e6e8916c46b3d3c11eb61b812cff91125b8ad08848fb5a31463ba6da03ac35d5d4b219f0f5541a9ae3cff843104c38a2546d40b688723386281bf3529",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114081,
              "transactionHash": "0x3be55a96adb185f8b1553662f34a1fb3ab720cb9c620c06bb7a6e1d6e691acee",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a734648643633744338655578487037584265676b34564e476369477039796f5339424b5a476b41765452756b57714e35637737376e4e7633594445534548666e50453848364d467231000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x8fd0b0daa1cfff65cff47dca95f5682314a4c602281ffba2dbe06d9a15c5d47a",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114080,
          "blockHash": "0x12a3506bfd86ee6ad118d271061ada010735e9b5b087052ecd0a057402498d31",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8635febe225de75c8285f6decc33b636397e45aa8138d3b79cbf18473a49f13b",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__XJkRgPvFqbrYLv5v5UKGJo91s96zJgRm7gPgh949r84BgLkWWAxivRAycjJnNyYxAFVd6F6PK",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__XJkRgPvFqbrYLv5v5UKGJo91s96zJgRm7gPgh949r84BgLkWWAxivRAycjJnNyYxAFVd6F6PK",
            "length": 2
          },
          "hash": "0x8635febe225de75c8285f6decc33b636397e45aa8138d3b79cbf18473a49f13b",
          "confirmations": 31,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4667,
          "r": "0x15c6bbfd5438699bff26e0a62837176cf55e27e5e0e5ca647db2ad30c3d1ca07",
          "s": "0x3e05b760c94b6f33d7ed1bd4ddf908b044edd8855387d96e271a407a750e92ec",
          "v": 27,
          "creates": null,
          "raw": "0xf86b82123b8501dcd6500083989680942772154536f0db0cda6452aeab347d0b0f398dc28084446e88261ba015c6bbfd5438699bff26e0a62837176cf55e27e5e0e5ca647db2ad30c3d1ca07a03e05b760c94b6f33d7ed1bd4ddf908b044edd8855387d96e271a407a750e92ec",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114080,
              "transactionHash": "0x8635febe225de75c8285f6decc33b636397e45aa8138d3b79cbf18473a49f13b",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004d68715f5f584a6b5267507646716272594c76357635554b474a6f39317339367a4a67526d376750676839343972383442674c6b575741786976524179636a4a6e4e79597841465664364636504b00000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x12a3506bfd86ee6ad118d271061ada010735e9b5b087052ecd0a057402498d31",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114079,
          "blockHash": "0x40b027b42a1d39069e6893a75d70b441ed73608774f6189f711f031d8cf1c3bf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004d68715f5f584a6b5267507646716272594c76357635554b474a6f39317339367a4a67526d376750676839343972383442674c6b575741786976524179636a4a6e4e79597841465664364636504b00000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xeabc4db0105db2590833184ad39b1c59c7c27b6b3ad6b61da98e11580063a197",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__XJkRgPvFqbrYLv5v5UKGJo91s96zJgRm7gPgh949r84BgLkWWAxivRAycjJnNyYxAFVd6F6PK",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__XJkRgPvFqbrYLv5v5UKGJo91s96zJgRm7gPgh949r84BgLkWWAxivRAycjJnNyYxAFVd6F6PK",
            "length": 3
          },
          "hash": "0xeabc4db0105db2590833184ad39b1c59c7c27b6b3ad6b61da98e11580063a197",
          "confirmations": 32,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ad"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 73,
          "r": "0xbba6947026ee8f617347677bc68f484b150cd570a9f88cdca3b26a69660606ae",
          "s": "0x786db06dc529655ae7916d80589ca6fe90d8c73d1bad325bb975ec8bc9a909c9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d498501dcd65000830204ad942772154536f0db0cda6452aeab347d0b0f398dc280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004d68715f5f584a6b5267507646716272594c76357635554b474a6f39317339367a4a67526d376750676839343972383442674c6b575741786976524179636a4a6e4e79597841465664364636504b00000000000000000000000000000000000000831d26b8a0bba6947026ee8f617347677bc68f484b150cd570a9f88cdca3b26a69660606aea0786db06dc529655ae7916d80589ca6fe90d8c73d1bad325bb975ec8bc9a909c9",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ad"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114079,
              "transactionHash": "0xeabc4db0105db2590833184ad39b1c59c7c27b6b3ad6b61da98e11580063a197",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004d68715f5f584a6b5267507646716272594c76357635554b474a6f39317339367a4a67526d376750676839343972383442674c6b575741786976524179636a4a6e4e79597841465664364636504b00000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x40b027b42a1d39069e6893a75d70b441ed73608774f6189f711f031d8cf1c3bf",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ad"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114078,
          "blockHash": "0x1283f5342a23db976a6ea4e0300d1ca0f98f0ef7f2206ce9adcc691a6f19f8a0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xb9a541d4aec48ba057e29d3b7abe1927bd782edbf936922bcd167dc4f6958ada",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Drjvv8frcyVC3BbraFURY348qvL3CuZUAEz8Ne1Rb3PabDmk6sjJAyVgJPMEwKcsMkex143WTB",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Drjvv8frcyVC3BbraFURY348qvL3CuZUAEz8Ne1Rb3PabDmk6sjJAyVgJPMEwKcsMkex143WTB",
            "length": 2
          },
          "hash": "0xb9a541d4aec48ba057e29d3b7abe1927bd782edbf936922bcd167dc4f6958ada",
          "confirmations": 33,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4666,
          "r": "0xff1cc91179fe3e9423712e6bf874a25e26bf6457fb02d338c1ac2d89fd35cab5",
          "s": "0x419e805f8862eaaf12ab59a0171aa8afab603e6737aaf647eeb7cb68f2298159",
          "v": 27,
          "creates": null,
          "raw": "0xf86b82123a8501dcd6500083989680942772154536f0db0cda6452aeab347d0b0f398dc28084446e88261ba0ff1cc91179fe3e9423712e6bf874a25e26bf6457fb02d338c1ac2d89fd35cab5a0419e805f8862eaaf12ab59a0171aa8afab603e6737aaf647eeb7cb68f2298159",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114078,
              "transactionHash": "0xb9a541d4aec48ba057e29d3b7abe1927bd782edbf936922bcd167dc4f6958ada",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f44726a76763866726379564333426272614655525933343871764c3343755a5541457a384e6531526233506162446d6b36736a4a417956674a504d45774b63734d6b6578313433575442000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x1283f5342a23db976a6ea4e0300d1ca0f98f0ef7f2206ce9adcc691a6f19f8a0",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114077,
          "blockHash": "0x26ea580cd89d005829b1a39c5ed4b41b1c5629751cd2da9d3c905a4aa1f01306",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x0569c7c7f6993ab89327b455381a4fde3dd48d4b5199deb1f704b8a9d7f7199d",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Z4wcqu3XrniwvE7XNUHF7dLBzQy8UkzbwZ6CZRKh1DYyqfBxWqA4qKKNiFcgPs28q51GWihqQ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Z4wcqu3XrniwvE7XNUHF7dLBzQy8UkzbwZ6CZRKh1DYyqfBxWqA4qKKNiFcgPs28q51GWihqQ",
            "length": 2
          },
          "hash": "0x0569c7c7f6993ab89327b455381a4fde3dd48d4b5199deb1f704b8a9d7f7199d",
          "confirmations": 34,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4665,
          "r": "0x49110217683edcbb3e2a64f84cdfef29ed870cd52a414ee240883271187092c5",
          "s": "0x7dbaa7b99a2d1db2e5529b84bb003f7fca478ba032aa17a5e21d0f114bfc8500",
          "v": 28,
          "creates": null,
          "raw": "0xf86b8212398501dcd6500083989680942f117c8675aceb8f2cd1b23fd1e9418440890c2f8084446e88261ca049110217683edcbb3e2a64f84cdfef29ed870cd52a414ee240883271187092c5a07dbaa7b99a2d1db2e5529b84bb003f7fca478ba032aa17a5e21d0f114bfc8500",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x2adad"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000200000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114077,
              "transactionHash": "0x0569c7c7f6993ab89327b455381a4fde3dd48d4b5199deb1f704b8a9d7f7199d",
              "address": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004d68715f5f5a34776371753358726e6977764537584e55484637644c427a517938556b7a62775a36435a524b68314459797166427857714134714b4b4e694663675073323871353147576968715100000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x26ea580cd89d005829b1a39c5ed4b41b1c5629751cd2da9d3c905a4aa1f01306",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x2adad"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114076,
          "blockHash": "0xe0cd029932ddfa15d3306ab67939f8cc9546e0a60973b4e1c5cca68573e2e23a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f44726a76763866726379564333426272614655525933343871764c3343755a5541457a384e6531526233506162446d6b36736a4a417956674a504d45774b63734d6b6578313433575442000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xf99604c8e0808e7ba9bff677cc7e44a37a634161239952263a38fc3aab299885",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__Drjvv8frcyVC3BbraFURY348qvL3CuZUAEz8Ne1Rb3PabDmk6sjJAyVgJPMEwKcsMkex143WTB",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__Drjvv8frcyVC3BbraFURY348qvL3CuZUAEz8Ne1Rb3PabDmk6sjJAyVgJPMEwKcsMkex143WTB",
            "length": 3
          },
          "hash": "0xf99604c8e0808e7ba9bff677cc7e44a37a634161239952263a38fc3aab299885",
          "confirmations": 35,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 72,
          "r": "0xda44cc0c64e05176b297c4095d4f40547db89970b5eab7b77c58d69672354243",
          "s": "0x60fcf8768e44ea6e18f9032570ae391aa3da8107fd837b9885ada236a123b7f6",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d488501dcd65000830204ed942772154536f0db0cda6452aeab347d0b0f398dc280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f44726a76763866726379564333426272614655525933343871764c3343755a5541457a384e6531526233506162446d6b36736a4a417956674a504d45774b63734d6b6578313433575442000000000000000000000000000000000000831d26b8a0da44cc0c64e05176b297c4095d4f40547db89970b5eab7b77c58d69672354243a060fcf8768e44ea6e18f9032570ae391aa3da8107fd837b9885ada236a123b7f6",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114076,
              "transactionHash": "0xf99604c8e0808e7ba9bff677cc7e44a37a634161239952263a38fc3aab299885",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f44726a76763866726379564333426272614655525933343871764c3343755a5541457a384e6531526233506162446d6b36736a4a417956674a504d45774b63734d6b6578313433575442000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xe0cd029932ddfa15d3306ab67939f8cc9546e0a60973b4e1c5cca68573e2e23a",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114075,
          "blockHash": "0x24612c62411e8d1159f79d897684854afbde633a10c0375bcd17f06966cadca4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004d68715f5f5a34776371753358726e6977764537584e55484637644c427a517938556b7a62775a36435a524b68314459797166427857714134714b4b4e694663675073323871353147576968715100000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x89e88a89f4b18c7604a78dcb1d94ae195d0999351bf850926d20daa9dd40c2ea",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__Z4wcqu3XrniwvE7XNUHF7dLBzQy8UkzbwZ6CZRKh1DYyqfBxWqA4qKKNiFcgPs28q51GWihqQ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Z4wcqu3XrniwvE7XNUHF7dLBzQy8UkzbwZ6CZRKh1DYyqfBxWqA4qKKNiFcgPs28q51GWihqQ",
            "length": 3
          },
          "hash": "0x89e88a89f4b18c7604a78dcb1d94ae195d0999351bf850926d20daa9dd40c2ea",
          "confirmations": 36,
          "from": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x184bb"
          },
          "to": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4,
          "r": "0x753641ec9dc8bf8729d5cd65bccd8870e7577bf0fdb60f341c8ae8c9741c0237",
          "s": "0x57fc03d4910fca3f0ec8376875275c97a306d442688db5b8922e16119f203290",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d048501dcd65000830184bb942f117c8675aceb8f2cd1b23fd1e9418440890c2f80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004d68715f5f5a34776371753358726e6977764537584e55484637644c427a517938556b7a62775a36435a524b68314459797166427857714134714b4b4e694663675073323871353147576968715100000000000000000000000000000000000000831d26b8a0753641ec9dc8bf8729d5cd65bccd8870e7577bf0fdb60f341c8ae8c9741c0237a057fc03d4910fca3f0ec8376875275c97a306d442688db5b8922e16119f203290",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x184bb"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000200000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114075,
              "transactionHash": "0x89e88a89f4b18c7604a78dcb1d94ae195d0999351bf850926d20daa9dd40c2ea",
              "address": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004d68715f5f5a34776371753358726e6977764537584e55484637644c427a517938556b7a62775a36435a524b68314459797166427857714134714b4b4e694663675073323871353147576968715100000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x24612c62411e8d1159f79d897684854afbde633a10c0375bcd17f06966cadca4",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x184bb"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114074,
          "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034616161376135663635396234356261353936613130663039386339653538666139643932323832373438363434343863386435626661633936663565366630643366626236386361666164396633366339363334373662626462346433626463306430646461336164376539313365356662666337353633616363323462663900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e6a723941514e7963734e6f54427971635a7a6a6943584445526f4734614a69574259785576383362716e364666764c655565427255713665416a56734c6756357769476a3472736e4543537a6677703831735761615278627a55424b51335a74584438567452724e78674e6d416f6937324d684e5752775565616d5270763336525a71574e5a6256754754357070396b39754c744c693867676765504b5165384d753148553966587773565a6a675a78774b4e434c3339724e636e384d594a6869725a78767050344d57346a396854584b623237357038767266445831453934674270517653764a42443741394778637242474a507570393432584574684d6f4c4236377a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
          "logIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x02"
            },
            "1": 0,
            "2": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
            "3": "0x04aaa7a5f659b45ba596a10f098c9e58fa9d9228274864448c8d5bfac96f5e6f0d3fbb68cafad9f36c963476bbdb4d3bdc0d0dda3ad7e913e5fbfc7563acc24bf9",
            "4": "ktpkANjr9AQNycsNoTByqcZzjiCXDERoG4aJiWBYxUv83bqn6FfvLeUeBrUq6eAjVsLgV5wiGj4rsnECSzfwp81sWaaRxbzUBKQ3ZtXD8VtRrNxgNmAoi72MhNWRwUeamRpv36RZqWNZbVuGT5pp9k9uLtLi8gggePKQe8Mu1HU9fXwsVZjgZxwKNCL39rNcn8MYJhirZxvpP4MW4j9hTXKb275p8vrfDX1E94gBpQvSvJBD7A9GxcrBGJPup942XEthMoLB67z",
            "requestID": {
              "_hex": "0x02"
            },
            "level": 0,
            "contentHash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
            "pkeRequestor": "0x04aaa7a5f659b45ba596a10f098c9e58fa9d9228274864448c8d5bfac96f5e6f0d3fbb68cafad9f36c963476bbdb4d3bdc0d0dda3ad7e913e5fbfc7563acc24bf9",
            "pkeAFGH": "ktpkANjr9AQNycsNoTByqcZzjiCXDERoG4aJiWBYxUv83bqn6FfvLeUeBrUq6eAjVsLgV5wiGj4rsnECSzfwp81sWaaRxbzUBKQ3ZtXD8VtRrNxgNmAoi72MhNWRwUeamRpv36RZqWNZbVuGT5pp9k9uLtLi8gggePKQe8Mu1HU9fXwsVZjgZxwKNCL39rNcn8MYJhirZxvpP4MW4j9hTXKb275p8vrfDX1E94gBpQvSvJBD7A9GxcrBGJPup942XEthMoLB67z",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
          "confirmations": 37,
          "from": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1a602"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3,
          "r": "0x685e47aecc76d13902fce872541313e39c5b0b6df981f140c804eac95d53c706",
          "s": "0x6bebf784bf9ba8c2729e0bdb1a55d1793ec17061f87100bae4835ac701921bcb",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9034e038501dcd650008301a602942772154536f0db0cda6452aeab347d0b0f398dc280b902e4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034616161376135663635396234356261353936613130663039386339653538666139643932323832373438363434343863386435626661633936663565366630643366626236386361666164396633366339363334373662626462346433626463306430646461336164376539313365356662666337353633616363323462663900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e6a723941514e7963734e6f54427971635a7a6a6943584445526f4734614a69574259785576383362716e364666764c655565427255713665416a56734c6756357769476a3472736e4543537a6677703831735761615278627a55424b51335a74584438567452724e78674e6d416f6937324d684e5752775565616d5270763336525a71574e5a6256754754357070396b39754c744c693867676765504b5165384d753148553966587773565a6a675a78774b4e434c3339724e636e384d594a6869725a78767050344d57346a396854584b623237357038767266445831453934674270517653764a42443741394778637242474a507570393432584574684d6f4c4236377a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a0685e47aecc76d13902fce872541313e39c5b0b6df981f140c804eac95d53c706a06bebf784bf9ba8c2729e0bdb1a55d1793ec17061f87100bae4835ac701921bcb",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a602"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114074,
              "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114074,
              "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114074,
              "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f374779364e53793466666a534562576a7376676f64627744583532624d33746f47414264445a48796e4a61364361454d6a713856336a747365315a5351356d706173686e5045774c4e4d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034616161376135663635396234356261353936613130663039386339653538666139643932323832373438363434343863386435626661633936663565366630643366626236386361666164396633366339363334373662626462346433626463306430646461336164376539313365356662666337353633616363323462663900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e6a723941514e7963734e6f54427971635a7a6a6943584445526f4734614a69574259785576383362716e364666764c655565427255713665416a56734c6756357769476a3472736e4543537a6677703831735761615278627a55424b51335a74584438567452724e78674e6d416f6937324d684e5752775565616d5270763336525a71574e5a6256754754357070396b39754c744c693867676765504b5165384d753148553966587773565a6a675a78774b4e434c3339724e636e384d594a6869725a78767050344d57346a396854584b623237357038767266445831453934674270517653764a42443741394778637242474a507570393432584574684d6f4c4236377a000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a602"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114074,
          "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034616161376135663635396234356261353936613130663039386339653538666139643932323832373438363434343863386435626661633936663565366630643366626236386361666164396633366339363334373662626462346433626463306430646461336164376539313365356662666337353633616363323462663900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e6a723941514e7963734e6f54427971635a7a6a6943584445526f4734614a69574259785576383362716e364666764c655565427255713665416a56734c6756357769476a3472736e4543537a6677703831735761615278627a55424b51335a74584438567452724e78674e6d416f6937324d684e5752775565616d5270763336525a71574e5a6256754754357070396b39754c744c693867676765504b5165384d753148553966587773565a6a675a78774b4e434c3339724e636e384d594a6869725a78767050344d57346a396854584b623237357038767266445831453934674270517653764a42443741394778637242474a507570393432584574684d6f4c4236377a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
          "logIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
          "confirmations": 37,
          "from": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1a602"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3,
          "r": "0x685e47aecc76d13902fce872541313e39c5b0b6df981f140c804eac95d53c706",
          "s": "0x6bebf784bf9ba8c2729e0bdb1a55d1793ec17061f87100bae4835ac701921bcb",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9034e038501dcd650008301a602942772154536f0db0cda6452aeab347d0b0f398dc280b902e4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034616161376135663635396234356261353936613130663039386339653538666139643932323832373438363434343863386435626661633936663565366630643366626236386361666164396633366339363334373662626462346433626463306430646461336164376539313365356662666337353633616363323462663900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e6a723941514e7963734e6f54427971635a7a6a6943584445526f4734614a69574259785576383362716e364666764c655565427255713665416a56734c6756357769476a3472736e4543537a6677703831735761615278627a55424b51335a74584438567452724e78674e6d416f6937324d684e5752775565616d5270763336525a71574e5a6256754754357070396b39754c744c693867676765504b5165384d753148553966587773565a6a675a78774b4e434c3339724e636e384d594a6869725a78767050344d57346a396854584b623237357038767266445831453934674270517653764a42443741394778637242474a507570393432584574684d6f4c4236377a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a0685e47aecc76d13902fce872541313e39c5b0b6df981f140c804eac95d53c706a06bebf784bf9ba8c2729e0bdb1a55d1793ec17061f87100bae4835ac701921bcb",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a602"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114074,
              "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114074,
              "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114074,
              "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f374779364e53793466666a534562576a7376676f64627744583532624d33746f47414264445a48796e4a61364361454d6a713856336a747365315a5351356d706173686e5045774c4e4d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034616161376135663635396234356261353936613130663039386339653538666139643932323832373438363434343863386435626661633936663565366630643366626236386361666164396633366339363334373662626462346433626463306430646461336164376539313365356662666337353633616363323462663900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e6a723941514e7963734e6f54427971635a7a6a6943584445526f4734614a69574259785576383362716e364666764c655565427255713665416a56734c6756357769476a3472736e4543537a6677703831735761615278627a55424b51335a74584438567452724e78674e6d416f6937324d684e5752775565616d5270763336525a71574e5a6256754754357070396b39754c744c693867676765504b5165384d753148553966587773565a6a675a78774b4e434c3339724e636e384d594a6869725a78767050344d57346a396854584b623237357038767266445831453934674270517653764a42443741394778637242474a507570393432584574684d6f4c4236377a000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a602"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114074,
          "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034616161376135663635396234356261353936613130663039386339653538666139643932323832373438363434343863386435626661633936663565366630643366626236386361666164396633366339363334373662626462346433626463306430646461336164376539313365356662666337353633616363323462663900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e6a723941514e7963734e6f54427971635a7a6a6943584445526f4734614a69574259785576383362716e364666764c655565427255713665416a56734c6756357769476a3472736e4543537a6677703831735761615278627a55424b51335a74584438567452724e78674e6d416f6937324d684e5752775565616d5270763336525a71574e5a6256754754357070396b39754c744c693867676765504b5165384d753148553966587773565a6a675a78774b4e434c3339724e636e384d594a6869725a78767050344d57346a396854584b623237357038767266445831453934674270517653764a42443741394778637242474a507570393432584574684d6f4c4236377a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
          "logIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
          "confirmations": 37,
          "from": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1a602"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 3,
          "r": "0x685e47aecc76d13902fce872541313e39c5b0b6df981f140c804eac95d53c706",
          "s": "0x6bebf784bf9ba8c2729e0bdb1a55d1793ec17061f87100bae4835ac701921bcb",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9034e038501dcd650008301a602942772154536f0db0cda6452aeab347d0b0f398dc280b902e4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034616161376135663635396234356261353936613130663039386339653538666139643932323832373438363434343863386435626661633936663565366630643366626236386361666164396633366339363334373662626462346433626463306430646461336164376539313365356662666337353633616363323462663900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e6a723941514e7963734e6f54427971635a7a6a6943584445526f4734614a69574259785576383362716e364666764c655565427255713665416a56734c6756357769476a3472736e4543537a6677703831735761615278627a55424b51335a74584438567452724e78674e6d416f6937324d684e5752775565616d5270763336525a71574e5a6256754754357070396b39754c744c693867676765504b5165384d753148553966587773565a6a675a78774b4e434c3339724e636e384d594a6869725a78767050344d57346a396854584b623237357038767266445831453934674270517653764a42443741394778637242474a507570393432584574684d6f4c4236377a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a0685e47aecc76d13902fce872541313e39c5b0b6df981f140c804eac95d53c706a06bebf784bf9ba8c2729e0bdb1a55d1793ec17061f87100bae4835ac701921bcb",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a602"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114074,
              "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114074,
              "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114074,
              "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f374779364e53793466666a534562576a7376676f64627744583532624d33746f47414264445a48796e4a61364361454d6a713856336a747365315a5351356d706173686e5045774c4e4d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034616161376135663635396234356261353936613130663039386339653538666139643932323832373438363434343863386435626661633936663565366630643366626236386361666164396633366339363334373662626462346433626463306430646461336164376539313365356662666337353633616363323462663900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e6a723941514e7963734e6f54427971635a7a6a6943584445526f4734614a69574259785576383362716e364666764c655565427255713665416a56734c6756357769476a3472736e4543537a6677703831735761615278627a55424b51335a74584438567452724e78674e6d416f6937324d684e5752775565616d5270763336525a71574e5a6256754754357070396b39754c744c693867676765504b5165384d753148553966587773565a6a675a78774b4e434c3339724e636e384d594a6869725a78767050344d57346a396854584b623237357038767266445831453934674270517653764a42443741394778637242474a507570393432584574684d6f4c4236377a000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a602"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114073,
          "blockHash": "0x4ac67a33157d450efe45ad904cd55bb697c579e631de787f308f1d2c5aba17d4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xc4521f6737f3325792316c321ad3b3584987db7731bce9eb620a9736e7e49190",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
            "length": 2
          },
          "hash": "0xc4521f6737f3325792316c321ad3b3584987db7731bce9eb620a9736e7e49190",
          "confirmations": 38,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4664,
          "r": "0x642fbb91fdca993283bc614ed3760979fea0ac9b6c06e92a924015949d14c7c9",
          "s": "0x557e4fc8f7f1c7c1899364b32141e1589c4b84d85bcee6f62bfe883ae30ecff1",
          "v": 28,
          "creates": null,
          "raw": "0xf86b8212388501dcd6500083989680942772154536f0db0cda6452aeab347d0b0f398dc28084446e88261ca0642fbb91fdca993283bc614ed3760979fea0ac9b6c06e92a924015949d14c7c9a0557e4fc8f7f1c7c1899364b32141e1589c4b84d85bcee6f62bfe883ae30ecff1",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114073,
              "transactionHash": "0xc4521f6737f3325792316c321ad3b3584987db7731bce9eb620a9736e7e49190",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f374779364e53793466666a534562576a7376676f64627744583532624d33746f47414264445a48796e4a61364361454d6a713856336a747365315a5351356d706173686e5045774c4e4d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x4ac67a33157d450efe45ad904cd55bb697c579e631de787f308f1d2c5aba17d4",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114072,
          "blockHash": "0x2c5f707b47eaeab381da515369ec16d8aae570f8714474919f9cda1547dd5531",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f374779364e53793466666a534562576a7376676f64627744583532624d33746f47414264445a48796e4a61364361454d6a713856336a747365315a5351356d706173686e5045774c4e4d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xb5a6a4ba39ad989c240aa6d86bda38aaad85d06d15ec0aa3f560252afa32daa2",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
            "length": 3
          },
          "hash": "0xb5a6a4ba39ad989c240aa6d86bda38aaad85d06d15ec0aa3f560252afa32daa2",
          "confirmations": 39,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 71,
          "r": "0xdf7aacb604dca23eee20eb3c8ec040c09d564a810d25ed8461af592ef5f00456",
          "s": "0x2a0e52a1d1dea26fe04b1352939927fa61fe4090960893f491484f5aa43a2f7b",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d478501dcd65000830204ed942772154536f0db0cda6452aeab347d0b0f398dc280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f374779364e53793466666a534562576a7376676f64627744583532624d33746f47414264445a48796e4a61364361454d6a713856336a747365315a5351356d706173686e5045774c4e4d000000000000000000000000000000000000831d26b7a0df7aacb604dca23eee20eb3c8ec040c09d564a810d25ed8461af592ef5f00456a02a0e52a1d1dea26fe04b1352939927fa61fe4090960893f491484f5aa43a2f7b",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114072,
              "transactionHash": "0xb5a6a4ba39ad989c240aa6d86bda38aaad85d06d15ec0aa3f560252afa32daa2",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f374779364e53793466666a534562576a7376676f64627744583532624d33746f47414264445a48796e4a61364361454d6a713856336a747365315a5351356d706173686e5045774c4e4d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x2c5f707b47eaeab381da515369ec16d8aae570f8714474919f9cda1547dd5531",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114071,
          "blockHash": "0xf7c126892e7f45873edbbeef25ba6bf7cb434e0ef87819eebc968c5935783428",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x83211ceaca12ac1fb5f781f34c6d331041163c0b0eb092637227ecf47d07b347",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__AQNcxV9T3xASaKxfASEyHHToTKSuCGJaN9SqTCTakAXSJV6PkwAFznLERF8rEKMmSy6MPMoaLZ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__AQNcxV9T3xASaKxfASEyHHToTKSuCGJaN9SqTCTakAXSJV6PkwAFznLERF8rEKMmSy6MPMoaLZ",
            "length": 2
          },
          "hash": "0x83211ceaca12ac1fb5f781f34c6d331041163c0b0eb092637227ecf47d07b347",
          "confirmations": 40,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4663,
          "r": "0xb002a6ef9fa210ebc2b9ac87a3b66919ff3350c8ebc6f085bb52628e2f131611",
          "s": "0x21db4e4f7c629d4385235574a5a2aa329623ca542cf4dcbd28e8013e8b2660c7",
          "v": 28,
          "creates": null,
          "raw": "0xf86b8212378501dcd6500083989680942772154536f0db0cda6452aeab347d0b0f398dc28084446e88261ca0b002a6ef9fa210ebc2b9ac87a3b66919ff3350c8ebc6f085bb52628e2f131611a021db4e4f7c629d4385235574a5a2aa329623ca542cf4dcbd28e8013e8b2660c7",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114071,
              "transactionHash": "0x83211ceaca12ac1fb5f781f34c6d331041163c0b0eb092637227ecf47d07b347",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f41514e637856395433784153614b7866415345794848546f544b537543474a614e395371544354616b4158534a5636506b7741467a6e4c4552463872454b4d6d5379364d504d6f614c5a000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xf7c126892e7f45873edbbeef25ba6bf7cb434e0ef87819eebc968c5935783428",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114070,
          "blockHash": "0x2c0a3a8e9c6b560cfb4d5293a0f0ed7879fea9f745b59847f81ad9ad82cd310b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f41514e637856395433784153614b7866415345794848546f544b537543474a614e395371544354616b4158534a5636506b7741467a6e4c4552463872454b4d6d5379364d504d6f614c5a000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x56f62a2c1334bc09cbb0c4c97071d6e97d70b3736265651e31b6644c8874e445",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__AQNcxV9T3xASaKxfASEyHHToTKSuCGJaN9SqTCTakAXSJV6PkwAFznLERF8rEKMmSy6MPMoaLZ",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__AQNcxV9T3xASaKxfASEyHHToTKSuCGJaN9SqTCTakAXSJV6PkwAFznLERF8rEKMmSy6MPMoaLZ",
            "length": 3
          },
          "hash": "0x56f62a2c1334bc09cbb0c4c97071d6e97d70b3736265651e31b6644c8874e445",
          "confirmations": 41,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 70,
          "r": "0xf862766c96dc969deeff9186f628875e016bee8757a362363d71f52c425e0ecb",
          "s": "0x3285a6f0fd666d49fa4116f5048564e4fb5eb285fecbbcd16a62491894d07009",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d468501dcd65000830204ed942772154536f0db0cda6452aeab347d0b0f398dc280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f41514e637856395433784153614b7866415345794848546f544b537543474a614e395371544354616b4158534a5636506b7741467a6e4c4552463872454b4d6d5379364d504d6f614c5a000000000000000000000000000000000000831d26b7a0f862766c96dc969deeff9186f628875e016bee8757a362363d71f52c425e0ecba03285a6f0fd666d49fa4116f5048564e4fb5eb285fecbbcd16a62491894d07009",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114070,
              "transactionHash": "0x56f62a2c1334bc09cbb0c4c97071d6e97d70b3736265651e31b6644c8874e445",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f41514e637856395433784153614b7866415345794848546f544b537543474a614e395371544354616b4158534a5636506b7741467a6e4c4552463872454b4d6d5379364d504d6f614c5a000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x2c0a3a8e9c6b560cfb4d5293a0f0ed7879fea9f745b59847f81ad9ad82cd310b",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114069,
          "blockHash": "0x9345e1e1a6f76cb0d49a08d2cd8173d898acfacadbc1ee95e6ac816695ad8bc8",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xf9017129dce3729c56d43ec6bb81affed071b666cb3cf45bdcd443f85390cb63",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__DzUh3Tyt64SEhDBKAusxTKyGjhaGXYkPTYtBoedvuX5Ga9nZRaU7SoEJj16tQG9kCdXEioscwB",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__DzUh3Tyt64SEhDBKAusxTKyGjhaGXYkPTYtBoedvuX5Ga9nZRaU7SoEJj16tQG9kCdXEioscwB",
            "length": 2
          },
          "hash": "0xf9017129dce3729c56d43ec6bb81affed071b666cb3cf45bdcd443f85390cb63",
          "confirmations": 42,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4662,
          "r": "0x07aa214647e49eabfa62dc99aef8677bcd4c7a25af86e008789380bc8e81649d",
          "s": "0x37e7384c4094e12cda6a23c9ec1dd729d436445cb053b1c89683b10b05dabb94",
          "v": 27,
          "creates": null,
          "raw": "0xf86b8212368501dcd6500083989680942772154536f0db0cda6452aeab347d0b0f398dc28084446e88261ba007aa214647e49eabfa62dc99aef8677bcd4c7a25af86e008789380bc8e81649da037e7384c4094e12cda6a23c9ec1dd729d436445cb053b1c89683b10b05dabb94",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114069,
              "transactionHash": "0xf9017129dce3729c56d43ec6bb81affed071b666cb3cf45bdcd443f85390cb63",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f447a556833547974363453456844424b41757378544b79476a68614758596b50545974426f6564767558354761396e5a52615537536f454a6a3136745147396b43645845696f73637742000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x9345e1e1a6f76cb0d49a08d2cd8173d898acfacadbc1ee95e6ac816695ad8bc8",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114068,
          "blockHash": "0x35143bb1be8ce8cd8a6e8e8ffde8856a2773c831d87502e810f7e87ac025d6d6",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f447a556833547974363453456844424b41757378544b79476a68614758596b50545974426f6564767558354761396e5a52615537536f454a6a3136745147396b43645845696f73637742000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x50d43883f3373a84ebbe53dde4b88c68b7386febadb4f2792d18ce12ccd5b635",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__DzUh3Tyt64SEhDBKAusxTKyGjhaGXYkPTYtBoedvuX5Ga9nZRaU7SoEJj16tQG9kCdXEioscwB",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__DzUh3Tyt64SEhDBKAusxTKyGjhaGXYkPTYtBoedvuX5Ga9nZRaU7SoEJj16tQG9kCdXEioscwB",
            "length": 3
          },
          "hash": "0x50d43883f3373a84ebbe53dde4b88c68b7386febadb4f2792d18ce12ccd5b635",
          "confirmations": 43,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 69,
          "r": "0x80aba8a7d167412ec7b6971d6c73618243bf0b4056f033cf604422b92031734a",
          "s": "0x2a830ec045aa303e9d5932217b4acf56cbd20c7b1df506e0a0af0218427a93b3",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d458501dcd65000830204ed942772154536f0db0cda6452aeab347d0b0f398dc280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f447a556833547974363453456844424b41757378544b79476a68614758596b50545974426f6564767558354761396e5a52615537536f454a6a3136745147396b43645845696f73637742000000000000000000000000000000000000831d26b7a080aba8a7d167412ec7b6971d6c73618243bf0b4056f033cf604422b92031734aa02a830ec045aa303e9d5932217b4acf56cbd20c7b1df506e0a0af0218427a93b3",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114068,
              "transactionHash": "0x50d43883f3373a84ebbe53dde4b88c68b7386febadb4f2792d18ce12ccd5b635",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f447a556833547974363453456844424b41757378544b79476a68614758596b50545974426f6564767558354761396e5a52615537536f454a6a3136745147396b43645845696f73637742000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x35143bb1be8ce8cd8a6e8e8ffde8856a2773c831d87502e810f7e87ac025d6d6",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114067,
          "blockHash": "0x8c5a576db6236bb44604319b11e2262f3d81cca6c2e71a35da580fa13667c91c",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x6430d8f4e7126e22ef503cefc22a415336bb90aa6b469a9a368b3f1e50a2a205",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__4hx5ksp55isXtWpbwU3duux9cJUZDPr8aGh3JiTHxiKmzzyys5zKYARUB5h67JoPM5QJz6hdyK",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__4hx5ksp55isXtWpbwU3duux9cJUZDPr8aGh3JiTHxiKmzzyys5zKYARUB5h67JoPM5QJz6hdyK",
            "length": 2
          },
          "hash": "0x6430d8f4e7126e22ef503cefc22a415336bb90aa6b469a9a368b3f1e50a2a205",
          "confirmations": 44,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4661,
          "r": "0xb55f14151194485e3cff11b902d2b09266bee982fe96890d851211345ca2629b",
          "s": "0x387c88d0ab5dcad507f661c4fc665e033fbc909ce6ce3ff430bdf9700873cf6b",
          "v": 27,
          "creates": null,
          "raw": "0xf86b8212358501dcd6500083989680942772154536f0db0cda6452aeab347d0b0f398dc28084446e88261ba0b55f14151194485e3cff11b902d2b09266bee982fe96890d851211345ca2629ba0387c88d0ab5dcad507f661c4fc665e033fbc909ce6ce3ff430bdf9700873cf6b",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x21bb3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114067,
              "transactionHash": "0x6430d8f4e7126e22ef503cefc22a415336bb90aa6b469a9a368b3f1e50a2a205",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f346878356b73703535697358745770627755336475757839634a555a44507238614768334a69544878694b6d7a7a797973357a4b5941525542356836374a6f504d35514a7a366864794b000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x8c5a576db6236bb44604319b11e2262f3d81cca6c2e71a35da580fa13667c91c",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x21bb3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114066,
          "blockHash": "0x966a7c06465360722e7fb90669a401ff3227cba2556bd7ad2e61dddd332e9531",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f346878356b73703535697358745770627755336475757839634a555a44507238614768334a69544878694b6d7a7a797973357a4b5941525542356836374a6f504d35514a7a366864794b000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x30caa8465aec00fc89cf804c64a8fcfa0054e85279047515ed6d05bb2e412b1b",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__4hx5ksp55isXtWpbwU3duux9cJUZDPr8aGh3JiTHxiKmzzyys5zKYARUB5h67JoPM5QJz6hdyK",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__4hx5ksp55isXtWpbwU3duux9cJUZDPr8aGh3JiTHxiKmzzyys5zKYARUB5h67JoPM5QJz6hdyK",
            "length": 3
          },
          "hash": "0x30caa8465aec00fc89cf804c64a8fcfa0054e85279047515ed6d05bb2e412b1b",
          "confirmations": 45,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 68,
          "r": "0x706f5ef65e1333bf462c8770c8032db1809750458b801674e884e99e454cf7bf",
          "s": "0x29d0e8ff2b3a61c61c890ca3c5cc9183f456b0d44e3f202b2630ce44f91cd1ff",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d448501dcd65000830204ed942772154536f0db0cda6452aeab347d0b0f398dc280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f346878356b73703535697358745770627755336475757839634a555a44507238614768334a69544878694b6d7a7a797973357a4b5941525542356836374a6f504d35514a7a366864794b000000000000000000000000000000000000831d26b7a0706f5ef65e1333bf462c8770c8032db1809750458b801674e884e99e454cf7bfa029d0e8ff2b3a61c61c890ca3c5cc9183f456b0d44e3f202b2630ce44f91cd1ff",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114066,
              "transactionHash": "0x30caa8465aec00fc89cf804c64a8fcfa0054e85279047515ed6d05bb2e412b1b",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f346878356b73703535697358745770627755336475757839634a555a44507238614768334a69544878694b6d7a7a797973357a4b5941525542356836374a6f504d35514a7a366864794b000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x966a7c06465360722e7fb90669a401ff3227cba2556bd7ad2e61dddd332e9531",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114065,
          "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
          ],
          "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
          "logIndex": 2,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest(uint256,uint8,string,string,string)",
          "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
          "values": {
            "0": {
              "_hex": "0x01"
            },
            "1": 0,
            "2": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "4": "",
            "requestID": {
              "_hex": "0x01"
            },
            "level": 0,
            "contentHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
            "pkeAFGH": "",
            "length": 5
          },
          "contract": "BaseContent",
          "hash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
          "confirmations": 46,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18bd5"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 67,
          "r": "0x25a730d3b2b6f9d960cd6c8ba0eabf9d8c491899fb4c7a59da0326bed360cacd",
          "s": "0x751bb8424ae3b26b5d708a50e3ef44fe5092d19087a6d8aa3ddc614af48b5b04",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e438501dcd6500083018bd5942772154536f0db0cda6452aeab347d0b0f398dc280b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a025a730d3b2b6f9d960cd6c8ba0eabf9d8c491899fb4c7a59da0326bed360cacda0751bb8424ae3b26b5d708a50e3ef44fe5092d19087a6d8aa3ddc614af48b5b04",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18bd5"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114065,
              "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114065,
              "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114065,
              "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f36624d33595277387869664d596e46574766713977416f564c7669786a5a68765a357934397361627142786167386f336f357068507954363446434861647235667252427567437266540000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18bd5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114065,
          "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
          "logIndex": 1,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
          "confirmations": 46,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18bd5"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 67,
          "r": "0x25a730d3b2b6f9d960cd6c8ba0eabf9d8c491899fb4c7a59da0326bed360cacd",
          "s": "0x751bb8424ae3b26b5d708a50e3ef44fe5092d19087a6d8aa3ddc614af48b5b04",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e438501dcd6500083018bd5942772154536f0db0cda6452aeab347d0b0f398dc280b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a025a730d3b2b6f9d960cd6c8ba0eabf9d8c491899fb4c7a59da0326bed360cacda0751bb8424ae3b26b5d708a50e3ef44fe5092d19087a6d8aa3ddc614af48b5b04",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18bd5"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114065,
              "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114065,
              "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114065,
              "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f36624d33595277387869664d596e46574766713977416f564c7669786a5a68765a357934397361627142786167386f336f357068507954363446434861647235667252427567437266540000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18bd5"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114065,
          "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
          ],
          "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
          "logIndex": 0,
          "decode": "function",
          "name": "DbgAccessCode",
          "signature": "DbgAccessCode(uint8)",
          "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
          "values": {
            "0": 0,
            "code": 0,
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
          "confirmations": 46,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x18bd5"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 67,
          "r": "0x25a730d3b2b6f9d960cd6c8ba0eabf9d8c491899fb4c7a59da0326bed360cacd",
          "s": "0x751bb8424ae3b26b5d708a50e3ef44fe5092d19087a6d8aa3ddc614af48b5b04",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9022e438501dcd6500083018bd5942772154536f0db0cda6452aeab347d0b0f398dc280b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034396635666164653263376361343162643166346534376664336365356539333966363366316438643738346436396634326637323033353339333563663664303235383332343339366531646131666263326335363833353835333230626462346533303031336239373635383034616437363261633833616463636265666600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a025a730d3b2b6f9d960cd6c8ba0eabf9d8c491899fb4c7a59da0326bed360cacda0751bb8424ae3b26b5d708a50e3ef44fe5092d19087a6d8aa3ddc614af48b5b04",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x18bd5"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114065,
              "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114065,
              "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114065,
              "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f36624d33595277387869664d596e46574766713977416f564c7669786a5a68765a357934397361627142786167386f336f357068507954363446434861647235667252427567437266540000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 2,
              "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x18bd5"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114064,
          "blockHash": "0x30f080e49f092ddfefeeec22c0dae201205eeb6e929e3b43704cf6fa70cb3bbc",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0xf1551887",
          "topics": [
            "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
          ],
          "transactionHash": "0x4de502167bf7fb1a24fe11d537effdfe6549d94d01a32a65a59826795e031f40",
          "logIndex": 0,
          "decode": "function",
          "name": "AccessRequest",
          "signature": "AccessRequest()",
          "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
          "values": {
            "length": 0
          },
          "hash": "0x4de502167bf7fb1a24fe11d537effdfe6549d94d01a32a65a59826795e031f40",
          "confirmations": 47,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5d79"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 66,
          "r": "0x37dc370372a4e14946fae7c556cd21d9c253fce6d12b9523d44a139d0e36bdbc",
          "s": "0x3033b85685c220a109be1b7e99eb11d435db8c9315aac87d512a16f619f14ae5",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b428501dcd65000825d79942bb7a21a76cb9093e431c2faac3ddad743e55eac8084f1551887831d26b7a037dc370372a4e14946fae7c556cd21d9c253fce6d12b9523d44a139d0e36bdbca03033b85685c220a109be1b7e99eb11d435db8c9315aac87d512a16f619f14ae5",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5d79"
          },
          "logsBloom": "0x00000000000000000004000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000080000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114064,
              "transactionHash": "0x4de502167bf7fb1a24fe11d537effdfe6549d94d01a32a65a59826795e031f40",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
              ],
              "data": "0x",
              "logIndex": 0,
              "blockHash": "0x30f080e49f092ddfefeeec22c0dae201205eeb6e929e3b43704cf6fa70cb3bbc",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5d79"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114063,
          "blockHash": "0x16c3948f3ba5dcf67bff8e1c4d5adcf3da2a07113d2886c8d8fde68eb3a6f1ea",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xa868aea0b59207745e4ce080ad3ff30c829744e91b757799dd1b2d19d5c2e0cf",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
            "length": 2
          },
          "hash": "0xa868aea0b59207745e4ce080ad3ff30c829744e91b757799dd1b2d19d5c2e0cf",
          "confirmations": 48,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x71416adC379E3950dC78302596bF3FC59af92A60",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4660,
          "r": "0x4394dbf4cbe52e8f82e27f0383b08cb233c1cc39c8f3cd6d45d08c294e14cc83",
          "s": "0x3c0e72f9132f7d1d71ba93d9edf82ff332777ae7d174d2777a5047bb5db77481",
          "v": 27,
          "creates": null,
          "raw": "0xf86b8212348501dcd65000839896809471416adc379e3950dc78302596bf3fc59af92a608084446e88261ba04394dbf4cbe52e8f82e27f0383b08cb233c1cc39c8f3cd6d45d08c294e14cc83a03c0e72f9132f7d1d71ba93d9edf82ff332777ae7d174d2777a5047bb5db77481",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114063,
              "transactionHash": "0xa868aea0b59207745e4ce080ad3ff30c829744e91b757799dd1b2d19d5c2e0cf",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a7133336d5a4c38384b37586f557a3331776279454e41387053525a434a583364474358475669746a7459793452766177785356476a344d6d5a4767364855526948507a4d5a705a666d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x16c3948f3ba5dcf67bff8e1c4d5adcf3da2a07113d2886c8d8fde68eb3a6f1ea",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114062,
          "blockHash": "0x351613d8a549dee6f3a21fd7967de0231b8d6e3414702a0e8e0e6ceb7287f531",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xf2d58d75c5ea6c530ffacd64e2a96a605846306432bf12ca18be6132d16bd500",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
            "length": 2
          },
          "hash": "0xf2d58d75c5ea6c530ffacd64e2a96a605846306432bf12ca18be6132d16bd500",
          "confirmations": 49,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4659,
          "r": "0x8163424ae093a9164d5445087871367761ec37658f0ef61e6fd964a9288d4cb3",
          "s": "0x478ff6b7352616bf85fb726d7a3332115ea640633c826f7e09d03f408c7c2faa",
          "v": 27,
          "creates": null,
          "raw": "0xf86b8212338501dcd650008398968094f4a26fd3ebe36162edf9081c371c5639f1a4cb3a8084446e88261ba08163424ae093a9164d5445087871367761ec37658f0ef61e6fd964a9288d4cb3a0478ff6b7352616bf85fb726d7a3332115ea640633c826f7e09d03f408c7c2faa",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114062,
              "transactionHash": "0xf2d58d75c5ea6c530ffacd64e2a96a605846306432bf12ca18be6132d16bd500",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f46783243507a786a7831354172374e6d416f676f6444634b39464864675041464c6f317078736f676f66626778466e377842753255664334357748414e433978556f7962383542695775000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x351613d8a549dee6f3a21fd7967de0231b8d6e3414702a0e8e0e6ceb7287f531",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114061,
          "blockHash": "0x6369f1f22c526e306f8c275c3c41f585e60bd9f68ecec793126cca72ee3611de",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x4c6007ffe8fc4c1d8a562075a643db9a802c3c78347238d6cabdd79211ecb660",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
            "length": 2
          },
          "hash": "0x4c6007ffe8fc4c1d8a562075a643db9a802c3c78347238d6cabdd79211ecb660",
          "confirmations": 50,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4658,
          "r": "0x0bafb084408056238a3fdd5b978fffb927f9645aeb5d345c80472a54df064f38",
          "s": "0x7ca7ae3291943d49a0687d796b436c8adca9bb96d259551ccc4de3df0a0b8bad",
          "v": 27,
          "creates": null,
          "raw": "0xf86b8212328501dcd65000839896809405f1f9e508f567bb939ad93a4184b3d4c5adf5958084446e88261ba00bafb084408056238a3fdd5b978fffb927f9645aeb5d345c80472a54df064f38a07ca7ae3291943d49a0687d796b436c8adca9bb96d259551ccc4de3df0a0b8bad",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000040000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114061,
              "transactionHash": "0x4c6007ffe8fc4c1d8a562075a643db9a802c3c78347238d6cabdd79211ecb660",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f325238726241535950695437463342636746537136515938354d35634648593850575678593652586d58577263616e585458324e397a6a526a50434657657065556e676335744d6b6970000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x6369f1f22c526e306f8c275c3c41f585e60bd9f68ecec793126cca72ee3611de",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114060,
          "blockHash": "0x9b5770044bde321ee04424aa002e4abcf9432dcf2a013d86e72e0716642bd051",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a7133336d5a4c38384b37586f557a3331776279454e41387053525a434a583364474358475669746a7459793452766177785356476a344d6d5a4767364855526948507a4d5a705a666d000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x3ae5bff6c12faff7785f4e21000ca8ab97cf6cb8190eec710dd3d964ca0922be",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
            "length": 3
          },
          "hash": "0x3ae5bff6c12faff7785f4e21000ca8ab97cf6cb8190eec710dd3d964ca0922be",
          "confirmations": 51,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x71416adC379E3950dC78302596bF3FC59af92A60",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 65,
          "r": "0x968a3657c7e7208aa5bcc9c22125ffe6a09e211c0b2ea1c846106ee98110b874",
          "s": "0x48a5befb6657c8de911e7b962135ade8107435d3cbb3380bc0ca32c423f51ba2",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d418501dcd6500083023f859471416adc379e3950dc78302596bf3fc59af92a6080b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4a7133336d5a4c38384b37586f557a3331776279454e41387053525a434a583364474358475669746a7459793452766177785356476a344d6d5a4767364855526948507a4d5a705a666d000000000000000000000000000000000000831d26b8a0968a3657c7e7208aa5bcc9c22125ffe6a09e211c0b2ea1c846106ee98110b874a048a5befb6657c8de911e7b962135ade8107435d3cbb3380bc0ca32c423f51ba2",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114060,
              "transactionHash": "0x3ae5bff6c12faff7785f4e21000ca8ab97cf6cb8190eec710dd3d964ca0922be",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a7133336d5a4c38384b37586f557a3331776279454e41387053525a434a583364474358475669746a7459793452766177785356476a344d6d5a4767364855526948507a4d5a705a666d000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x9b5770044bde321ee04424aa002e4abcf9432dcf2a013d86e72e0716642bd051",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114059,
          "blockHash": "0x6dd93c086b0125885b16bc38aca100f6f13eb97a6b1dc0a2525dd8ef5315e900",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f46783243507a786a7831354172374e6d416f676f6444634b39464864675041464c6f317078736f676f66626778466e377842753255664334357748414e433978556f7962383542695775000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xca870e86ee655d3cae32adb7afefc5a19ea6290366807cbfbc9f967ff7be922b",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
            "length": 3
          },
          "hash": "0xca870e86ee655d3cae32adb7afefc5a19ea6290366807cbfbc9f967ff7be922b",
          "confirmations": 52,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 64,
          "r": "0x31a0a6055cb191b480962377bea12f71a5bb1c10522a5ac026e2c6566a1aee53",
          "s": "0x44b8034b18cac6a6642f790f3519461303fbe8327db7915b66a799a1644ce6c3",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d408501dcd6500083023f8594f4a26fd3ebe36162edf9081c371c5639f1a4cb3a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f46783243507a786a7831354172374e6d416f676f6444634b39464864675041464c6f317078736f676f66626778466e377842753255664334357748414e433978556f7962383542695775000000000000000000000000000000000000831d26b7a031a0a6055cb191b480962377bea12f71a5bb1c10522a5ac026e2c6566a1aee53a044b8034b18cac6a6642f790f3519461303fbe8327db7915b66a799a1644ce6c3",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114059,
              "transactionHash": "0xca870e86ee655d3cae32adb7afefc5a19ea6290366807cbfbc9f967ff7be922b",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f46783243507a786a7831354172374e6d416f676f6444634b39464864675041464c6f317078736f676f66626778466e377842753255664334357748414e433978556f7962383542695775000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x6dd93c086b0125885b16bc38aca100f6f13eb97a6b1dc0a2525dd8ef5315e900",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114058,
          "blockHash": "0x1605c4c6383b24945d75e2ff22f7b606b14385bf9f7cab8adaa09a685559a03d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x69bb39da968bae5c819553d2c94c73b7cfad0b9f1390293b59d770556a595349",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__ExzSsqmz8xxPAQnVaTKE55QioAjRUiwoWuphsso99eiAQ2jrBoArTef7jexGpFoNiCwgKii2zb",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__ExzSsqmz8xxPAQnVaTKE55QioAjRUiwoWuphsso99eiAQ2jrBoArTef7jexGpFoNiCwgKii2zb",
            "length": 2
          },
          "hash": "0x69bb39da968bae5c819553d2c94c73b7cfad0b9f1390293b59d770556a595349",
          "confirmations": 53,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4657,
          "r": "0x82b50f5cdc4de9d0ab7b03547b9f72971bb9deb83271241ab712a8c32d2aeec8",
          "s": "0x740a14bf1e4560e516c43047d9fbdecf5ccbab86a20e865c2e0894956c2320ea",
          "v": 27,
          "creates": null,
          "raw": "0xf86b8212318501dcd650008398968094a12af0296c8bdf55e141c6f6b79564b5034d0b288084446e88261ba082b50f5cdc4de9d0ab7b03547b9f72971bb9deb83271241ab712a8c32d2aeec8a0740a14bf1e4560e516c43047d9fbdecf5ccbab86a20e865c2e0894956c2320ea",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000500000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114058,
              "transactionHash": "0x69bb39da968bae5c819553d2c94c73b7cfad0b9f1390293b59d770556a595349",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f45787a5373716d7a3878785041516e5661544b45353551696f416a525569776f5775706873736f393965694151326a72426f4172546566376a65784770466f4e694377674b6969327a62000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x1605c4c6383b24945d75e2ff22f7b606b14385bf9f7cab8adaa09a685559a03d",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114057,
          "blockHash": "0x9edf673c9fa668e8eaec2ac2a996055063ae3bd37635a9b735d05dde0e675353",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f325238726241535950695437463342636746537136515938354d35634648593850575678593652586d58577263616e585458324e397a6a526a50434657657065556e676335744d6b6970000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xdad47c2411f6eaeccb248b272ec56689bb594a493c2703fc5cdc5457047f4e2f",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
            "length": 3
          },
          "hash": "0xdad47c2411f6eaeccb248b272ec56689bb594a493c2703fc5cdc5457047f4e2f",
          "confirmations": 54,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 63,
          "r": "0xa0494f23ea1993d624954b81f9641acbb3403232b131f8c7d262e912d548230f",
          "s": "0x48d1fd968bae8da8004fdb9ab1f077e0cde2bfab45ac1e69e342ed224e0caf74",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d3f8501dcd6500083023f859405f1f9e508f567bb939ad93a4184b3d4c5adf59580b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f325238726241535950695437463342636746537136515938354d35634648593850575678593652586d58577263616e585458324e397a6a526a50434657657065556e676335744d6b6970000000000000000000000000000000000000831d26b8a0a0494f23ea1993d624954b81f9641acbb3403232b131f8c7d262e912d548230fa048d1fd968bae8da8004fdb9ab1f077e0cde2bfab45ac1e69e342ed224e0caf74",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000040000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114057,
              "transactionHash": "0xdad47c2411f6eaeccb248b272ec56689bb594a493c2703fc5cdc5457047f4e2f",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f325238726241535950695437463342636746537136515938354d35634648593850575678593652586d58577263616e585458324e397a6a526a50434657657065556e676335744d6b6970000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x9edf673c9fa668e8eaec2ac2a996055063ae3bd37635a9b735d05dde0e675353",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114056,
          "blockHash": "0x3cb3ef0ad769e36d41f6c26c4f88b575fd274e4e18cb3350480f565f0504caaf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x78c7c8442afd930e78c414a91fadd11d62d6c7e24112c7181628a5596de6d4b7",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
            "length": 2
          },
          "hash": "0x78c7c8442afd930e78c414a91fadd11d62d6c7e24112c7181628a5596de6d4b7",
          "confirmations": 55,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4656,
          "r": "0xb839af8d6cc6afc37f412fecbc700f6ef3565eaff6520551759af6b84a080a12",
          "s": "0x499e362795cb1fd3e0df7409e8332667fd77c0416fa74589a8692af0021aad84",
          "v": 27,
          "creates": null,
          "raw": "0xf86b8212308501dcd65000839896809417ee368633a5f48b76c6631fa1800e838baf5e8f8084446e88261ba0b839af8d6cc6afc37f412fecbc700f6ef3565eaff6520551759af6b84a080a12a0499e362795cb1fd3e0df7409e8332667fd77c0416fa74589a8692af0021aad84",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114056,
              "transactionHash": "0x78c7c8442afd930e78c414a91fadd11d62d6c7e24112c7181628a5596de6d4b7",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f45765764436635594b366a73346456467478423956394e644e7938525a31794364647a6955354a314d71716762463367344a577a4c616870765a73324537704167796b51486757586847000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x3cb3ef0ad769e36d41f6c26c4f88b575fd274e4e18cb3350480f565f0504caaf",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114055,
          "blockHash": "0xd39ab26d9a9a9f2dedb198c47d38cba2bcde2359af1097ee1b1226ed5fcf8de7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f45787a5373716d7a3878785041516e5661544b45353551696f416a525569776f5775706873736f393965694151326a72426f4172546566376a65784770466f4e694377674b6969327a62000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x8dfa41fbc02a6f5465b53c1fe959df0a9a9ae65ef03843367ac45b125080a0ed",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__ExzSsqmz8xxPAQnVaTKE55QioAjRUiwoWuphsso99eiAQ2jrBoArTef7jexGpFoNiCwgKii2zb",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__ExzSsqmz8xxPAQnVaTKE55QioAjRUiwoWuphsso99eiAQ2jrBoArTef7jexGpFoNiCwgKii2zb",
            "length": 3
          },
          "hash": "0x8dfa41fbc02a6f5465b53c1fe959df0a9a9ae65ef03843367ac45b125080a0ed",
          "confirmations": 56,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 62,
          "r": "0xbb2c5a86e1ae63a9093907e0d49318f8a238171297675a97dc8f39a9e4d1f597",
          "s": "0x339c511663f497ad72f67cc53bbc3580f0b22f2ed9ffed62ef14fff634ec25df",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d3e8501dcd6500083023f8594a12af0296c8bdf55e141c6f6b79564b5034d0b2880b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f45787a5373716d7a3878785041516e5661544b45353551696f416a525569776f5775706873736f393965694151326a72426f4172546566376a65784770466f4e694377674b6969327a62000000000000000000000000000000000000831d26b7a0bb2c5a86e1ae63a9093907e0d49318f8a238171297675a97dc8f39a9e4d1f597a0339c511663f497ad72f67cc53bbc3580f0b22f2ed9ffed62ef14fff634ec25df",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000100002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114055,
              "transactionHash": "0x8dfa41fbc02a6f5465b53c1fe959df0a9a9ae65ef03843367ac45b125080a0ed",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f45787a5373716d7a3878785041516e5661544b45353551696f416a525569776f5775706873736f393965694151326a72426f4172546566376a65784770466f4e694377674b6969327a62000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xd39ab26d9a9a9f2dedb198c47d38cba2bcde2359af1097ee1b1226ed5fcf8de7",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114054,
          "blockHash": "0x1f0149432639a2766321440386bf8d4174825065891e9409bf20cefe21a843c2",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f45765764436635594b366a73346456467478423956394e644e7938525a31794364647a6955354a314d71716762463367344a577a4c616870765a73324537704167796b51486757586847000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xe9533081a1e978deb3887f4f32b5901fe5840c5ab12283f67a98339b39e9f05c",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
            "length": 3
          },
          "hash": "0xe9533081a1e978deb3887f4f32b5901fe5840c5ab12283f67a98339b39e9f05c",
          "confirmations": 57,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 61,
          "r": "0x67798756d3fb234daf46925510aeba2f828209e0e77a51482e85cabee36af806",
          "s": "0x18b51560334968b988631609d3a712b3bcb8c9e14e98e60920416bf81448c37c",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d3d8501dcd6500083023f859417ee368633a5f48b76c6631fa1800e838baf5e8f80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f45765764436635594b366a73346456467478423956394e644e7938525a31794364647a6955354a314d71716762463367344a577a4c616870765a73324537704167796b51486757586847000000000000000000000000000000000000831d26b8a067798756d3fb234daf46925510aeba2f828209e0e77a51482e85cabee36af806a018b51560334968b988631609d3a712b3bcb8c9e14e98e60920416bf81448c37c",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114054,
              "transactionHash": "0xe9533081a1e978deb3887f4f32b5901fe5840c5ab12283f67a98339b39e9f05c",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f45765764436635594b366a73346456467478423956394e644e7938525a31794364647a6955354a314d71716762463367344a577a4c616870765a73324537704167796b51486757586847000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x1f0149432639a2766321440386bf8d4174825065891e9409bf20cefe21a843c2",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114053,
          "blockHash": "0x0891b5586dc7223274e9af116ede1e8c81057384cfba3b87fb1efa83acef7864",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xc56cdcfacb518df10a05ad0029e730394164ce6074a3b1e184657083b0e4cbb3",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xc56cdcfacb518df10a05ad0029e730394164ce6074a3b1e184657083b0e4cbb3",
          "confirmations": 58,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x71416adC379E3950dC78302596bF3FC59af92A60",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 60,
          "r": "0xf0eb45a1e9c24f814d57009f683455758cc3d4d49461d96217d76a13368fe047",
          "s": "0x5341f562b135887450148c6fb24b6c77a94f647137f98043f07f0497643d5529",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b3c8501dcd65000825f3c9471416adc379e3950dc78302596bf3fc59af92a608084c287e0ed831d26b8a0f0eb45a1e9c24f814d57009f683455758cc3d4d49461d96217d76a13368fe047a05341f562b135887450148c6fb24b6c77a94f647137f98043f07f0497643d5529",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000200000000000000000000000000000020000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114053,
              "transactionHash": "0xc56cdcfacb518df10a05ad0029e730394164ce6074a3b1e184657083b0e4cbb3",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x0891b5586dc7223274e9af116ede1e8c81057384cfba3b87fb1efa83acef7864",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114052,
          "blockHash": "0xd15a4965d180a8122c61ddf5db24761365baf092632dec17a57fa8f340aa5857",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xf89192b7bc8aa88275d2c93b37ff0fdfe147f143231f3e9b410d59a3d95938d7",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__9FZti4TGm7GpNQNwKMRQoLQ1ACm4bE245vakaofvmSWp4fCSasa7pV6q7Wb2yqmSaq3Jaz5tiX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__9FZti4TGm7GpNQNwKMRQoLQ1ACm4bE245vakaofvmSWp4fCSasa7pV6q7Wb2yqmSaq3Jaz5tiX",
            "length": 2
          },
          "hash": "0xf89192b7bc8aa88275d2c93b37ff0fdfe147f143231f3e9b410d59a3d95938d7",
          "confirmations": 59,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4655,
          "r": "0xeeef267484df2adbaf423894f2652020f812d6f669089b718b945336ebd86694",
          "s": "0x1b2672f9682014886ab6de35ac7f2de43aabefa6f1a5e8bc5c76c8ea428501a5",
          "v": 27,
          "creates": null,
          "raw": "0xf86b82122f8501dcd650008398968094e3c62b470b16b8d235e1418e1c958ece5732efa48084446e88261ba0eeef267484df2adbaf423894f2652020f812d6f669089b718b945336ebd86694a01b2672f9682014886ab6de35ac7f2de43aabefa6f1a5e8bc5c76c8ea428501a5",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114052,
              "transactionHash": "0xf89192b7bc8aa88275d2c93b37ff0fdfe147f143231f3e9b410d59a3d95938d7",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f39465a74693454476d3747704e514e774b4d52516f4c513141436d34624532343576616b616f66766d5357703466435361736137705636713757623279716d536171334a617a35746958000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xd15a4965d180a8122c61ddf5db24761365baf092632dec17a57fa8f340aa5857",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114051,
          "blockHash": "0xa65b001815780b8ae24ba42b88665feeca7bed7dc0f0e4da4dd3971c5c20cacf",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x63942c643220f88a508b8f5b11741445c1b5f5b4a43f8d1344c454a558352b60",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x63942c643220f88a508b8f5b11741445c1b5f5b4a43f8d1344c454a558352b60",
          "confirmations": 60,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 59,
          "r": "0x3ccf9eb3de2a222ca1b86564532449c1df79c3efd707b98c2fa4e975f9056a3c",
          "s": "0x303acbb49116424c0679b7de92e930cf4ce66fb494501cc955c46d7408decc57",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b3b8501dcd65000825f3c94f4a26fd3ebe36162edf9081c371c5639f1a4cb3a8084c287e0ed831d26b8a03ccf9eb3de2a222ca1b86564532449c1df79c3efd707b98c2fa4e975f9056a3ca0303acbb49116424c0679b7de92e930cf4ce66fb494501cc955c46d7408decc57",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000400000000000000000000010000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114051,
              "transactionHash": "0x63942c643220f88a508b8f5b11741445c1b5f5b4a43f8d1344c454a558352b60",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xa65b001815780b8ae24ba42b88665feeca7bed7dc0f0e4da4dd3971c5c20cacf",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114050,
          "blockHash": "0x4b4a5beb32e8dd6baf66fa43e854143d5f1a33b074300881adb430d8f7c4ebfe",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f39465a74693454476d3747704e514e774b4d52516f4c513141436d34624532343576616b616f66766d5357703466435361736137705636713757623279716d536171334a617a35746958000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x8880ad282c182ff1e01b2936d1ef964218c1df07ec9f23bc4ceb832c1b30669f",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__9FZti4TGm7GpNQNwKMRQoLQ1ACm4bE245vakaofvmSWp4fCSasa7pV6q7Wb2yqmSaq3Jaz5tiX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__9FZti4TGm7GpNQNwKMRQoLQ1ACm4bE245vakaofvmSWp4fCSasa7pV6q7Wb2yqmSaq3Jaz5tiX",
            "length": 3
          },
          "hash": "0x8880ad282c182ff1e01b2936d1ef964218c1df07ec9f23bc4ceb832c1b30669f",
          "confirmations": 61,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 58,
          "r": "0x251336532371884c7f891ff870b854c50b02d7afcd36806fe41794a1ee62641e",
          "s": "0x33659334bd99043e099f1be6aae24934a35368f7f477fd7b6cd717f1b105ec1e",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d3a8501dcd6500083023f8594e3c62b470b16b8d235e1418e1c958ece5732efa480b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f39465a74693454476d3747704e514e774b4d52516f4c513141436d34624532343576616b616f66766d5357703466435361736137705636713757623279716d536171334a617a35746958000000000000000000000000000000000000831d26b8a0251336532371884c7f891ff870b854c50b02d7afcd36806fe41794a1ee62641ea033659334bd99043e099f1be6aae24934a35368f7f477fd7b6cd717f1b105ec1e",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000008000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114050,
              "transactionHash": "0x8880ad282c182ff1e01b2936d1ef964218c1df07ec9f23bc4ceb832c1b30669f",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f39465a74693454476d3747704e514e774b4d52516f4c513141436d34624532343576616b616f66766d5357703466435361736137705636713757623279716d536171334a617a35746958000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x4b4a5beb32e8dd6baf66fa43e854143d5f1a33b074300881adb430d8f7c4ebfe",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114049,
          "blockHash": "0x840b2f67e329ff13b617b96da31fa1466eb6d058645d4b4e472090e2ba3fbe8d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x92d5fd01114c27f5c02501b67632db7a0202a08a91a0e1a66f13ca0830f97e40",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__7Q8AxTHjjXR7VEm7uaRrswN2bxybe4ecEL8M4qSD9P2Wu4z83TVu1DE7VHiYmiMe9FR4aJfNRX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__7Q8AxTHjjXR7VEm7uaRrswN2bxybe4ecEL8M4qSD9P2Wu4z83TVu1DE7VHiYmiMe9FR4aJfNRX",
            "length": 2
          },
          "hash": "0x92d5fd01114c27f5c02501b67632db7a0202a08a91a0e1a66f13ca0830f97e40",
          "confirmations": 62,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4654,
          "r": "0x446427779322e3a9d8b6619ec12b9fef49990c44c91be991a328eedf589161f5",
          "s": "0x2e31b53d04b8f4cb6e00ada1e908d4634e4c08da0d02c561880f735f176a0449",
          "v": 28,
          "creates": null,
          "raw": "0xf86b82122e8501dcd65000839896809477211e30296da87a1565195934be1ab09dbdd3e28084446e88261ca0446427779322e3a9d8b6619ec12b9fef49990c44c91be991a328eedf589161f5a02e31b53d04b8f4cb6e00ada1e908d4634e4c08da0d02c561880f735f176a0449",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400800040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114049,
              "transactionHash": "0x92d5fd01114c27f5c02501b67632db7a0202a08a91a0e1a66f13ca0830f97e40",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f375138417854486a6a58523756456d377561527273774e326278796265346563454c384d347153443950325775347a383354567531444537564869596d694d6539465234614a664e5258000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x840b2f67e329ff13b617b96da31fa1466eb6d058645d4b4e472090e2ba3fbe8d",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114048,
          "blockHash": "0xba013d52c1804fb8a37017d6f87efaaec1b683c6d17e0affcc858a78a672c583",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xe92450a68b860eb11e6191c9a278d36e83c627c4d8fb13f666a2ba39ff76b283",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xe92450a68b860eb11e6191c9a278d36e83c627c4d8fb13f666a2ba39ff76b283",
          "confirmations": 63,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 57,
          "r": "0xfd14934cbfffa3e9cec9c1e82495d46ef76a06b512f460eccfcb5695c394bfd1",
          "s": "0x3dd8f102b25a00ab06388b48db0b98253065dd024befad46241408765b6db474",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b398501dcd65000825f3c9405f1f9e508f567bb939ad93a4184b3d4c5adf5958084c287e0ed831d26b7a0fd14934cbfffa3e9cec9c1e82495d46ef76a06b512f460eccfcb5695c394bfd1a03dd8f102b25a00ab06388b48db0b98253065dd024befad46241408765b6db474",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114048,
              "transactionHash": "0xe92450a68b860eb11e6191c9a278d36e83c627c4d8fb13f666a2ba39ff76b283",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xba013d52c1804fb8a37017d6f87efaaec1b683c6d17e0affcc858a78a672c583",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114047,
          "blockHash": "0x7817644840c344681863da09d1687a25b9e3e427851ff5eea843dfcfcb9f3df3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0xdfbfad7f282c4aea5c227616353473dd15641056eb13f3e0568286714cc64051",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__LTDreq8EQMgDt2Ns3rzoPZb4UbHP72mNnu87EiQqTu6JCcs8fJdJxqfirKyXQbCpNGPt4iuRga",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__LTDreq8EQMgDt2Ns3rzoPZb4UbHP72mNnu87EiQqTu6JCcs8fJdJxqfirKyXQbCpNGPt4iuRga",
            "length": 2
          },
          "hash": "0xdfbfad7f282c4aea5c227616353473dd15641056eb13f3e0568286714cc64051",
          "confirmations": 64,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4653,
          "r": "0xd7e65850ffeec3450148531491a0ac3385c862a89c0f84da58d33ed31a9d1a71",
          "s": "0x23bfb2e6c0ef58abcfea1b0c5e6af543c66ddba96a80fd48e5ca1f3f8b5420fa",
          "v": 28,
          "creates": null,
          "raw": "0xf86b82122d8501dcd65000839896809481a6059b278dde5051393b0b8967e8704625f7a78084446e88261ca0d7e65850ffeec3450148531491a0ac3385c862a89c0f84da58d33ed31a9d1a71a023bfb2e6c0ef58abcfea1b0c5e6af543c66ddba96a80fd48e5ca1f3f8b5420fa",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114047,
              "transactionHash": "0xdfbfad7f282c4aea5c227616353473dd15641056eb13f3e0568286714cc64051",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c54447265713845514d674474324e7333727a6f505a62345562485037326d4e6e753837456951715475364a43637338664a644a78716669724b7958516243704e475074346975526761000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x7817644840c344681863da09d1687a25b9e3e427851ff5eea843dfcfcb9f3df3",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114046,
          "blockHash": "0x3267de00bc392fa67bfd6f9b7e63d814800ddc3a47efb424bb39374d3d7affa2",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f375138417854486a6a58523756456d377561527273774e326278796265346563454c384d347153443950325775347a383354567531444537564869596d694d6539465234614a664e5258000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xac99c416229840da503c45fd2286f66ece7ec09f27f8f915ee55995783841e25",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__7Q8AxTHjjXR7VEm7uaRrswN2bxybe4ecEL8M4qSD9P2Wu4z83TVu1DE7VHiYmiMe9FR4aJfNRX",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__7Q8AxTHjjXR7VEm7uaRrswN2bxybe4ecEL8M4qSD9P2Wu4z83TVu1DE7VHiYmiMe9FR4aJfNRX",
            "length": 3
          },
          "hash": "0xac99c416229840da503c45fd2286f66ece7ec09f27f8f915ee55995783841e25",
          "confirmations": 65,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 56,
          "r": "0x715af1aa71b489e38c4900841a8aa1182a9df931b955c7c54864d0c9d90672b5",
          "s": "0x55edec272d7b2ed6f8152b28d642c83fca0e72e037b2f460ae55815fdb09c2b9",
          "v": 1910456,
          "creates": null,
          "raw": "0xf9010d388501dcd6500083023f859477211e30296da87a1565195934be1ab09dbdd3e280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f375138417854486a6a58523756456d377561527273774e326278796265346563454c384d347153443950325775347a383354567531444537564869596d694d6539465234614a664e5258000000000000000000000000000000000000831d26b8a0715af1aa71b489e38c4900841a8aa1182a9df931b955c7c54864d0c9d90672b5a055edec272d7b2ed6f8152b28d642c83fca0e72e037b2f460ae55815fdb09c2b9",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000802000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114046,
              "transactionHash": "0xac99c416229840da503c45fd2286f66ece7ec09f27f8f915ee55995783841e25",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f375138417854486a6a58523756456d377561527273774e326278796265346563454c384d347153443950325775347a383354567531444537564869596d694d6539465234614a664e5258000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x3267de00bc392fa67bfd6f9b7e63d814800ddc3a47efb424bb39374d3d7affa2",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114045,
          "blockHash": "0xbb798ea04bb1f1be250241da8ad619e1958287361edb1b3f182f12c2b33845af",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4c54447265713845514d674474324e7333727a6f505a62345562485037326d4e6e753837456951715475364a43637338664a644a78716669724b7958516243704e475074346975526761000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x6a98bf278fab43ec2ee977cf9b126c51506fbc3e54da8f95963436f5b668f92c",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__LTDreq8EQMgDt2Ns3rzoPZb4UbHP72mNnu87EiQqTu6JCcs8fJdJxqfirKyXQbCpNGPt4iuRga",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__LTDreq8EQMgDt2Ns3rzoPZb4UbHP72mNnu87EiQqTu6JCcs8fJdJxqfirKyXQbCpNGPt4iuRga",
            "length": 3
          },
          "hash": "0x6a98bf278fab43ec2ee977cf9b126c51506fbc3e54da8f95963436f5b668f92c",
          "confirmations": 66,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 55,
          "r": "0xc10960844f1431c85cad463ec2315cc92d7c7f3e99bb45816dcff5b7e26879fe",
          "s": "0x6a73743951da06b6576df9ffa50eb4d61976f3cdcabb753af665017739158391",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d378501dcd6500083023f859481a6059b278dde5051393b0b8967e8704625f7a780b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4c54447265713845514d674474324e7333727a6f505a62345562485037326d4e6e753837456951715475364a43637338664a644a78716669724b7958516243704e475074346975526761000000000000000000000000000000000000831d26b7a0c10960844f1431c85cad463ec2315cc92d7c7f3e99bb45816dcff5b7e26879fea06a73743951da06b6576df9ffa50eb4d61976f3cdcabb753af665017739158391",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114045,
              "transactionHash": "0x6a98bf278fab43ec2ee977cf9b126c51506fbc3e54da8f95963436f5b668f92c",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c54447265713845514d674474324e7333727a6f505a62345562485037326d4e6e753837456951715475364a43637338664a644a78716669724b7958516243704e475074346975526761000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xbb798ea04bb1f1be250241da8ad619e1958287361edb1b3f182f12c2b33845af",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114044,
          "blockHash": "0x6d03d930574cb8531d56797ddbcd74fd16ef54523133b021983937a752f11786",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x331386572530286e3f2cabda05a7a3899c2767123dfe257131e3a355bd684820",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
            "length": 2
          },
          "hash": "0x331386572530286e3f2cabda05a7a3899c2767123dfe257131e3a355bd684820",
          "confirmations": 67,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x21266D198131102B08Ea6515218Dc56895198d6a",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4652,
          "r": "0xbeae1c041000ec70d992c223fd3bb2bc161c0ee93f6fffdaac7bb1e57bec804e",
          "s": "0x150dafb770006fc5ea8cb06ad11415015e49a3865496543ec9195ebfbf10afff",
          "v": 27,
          "creates": null,
          "raw": "0xf86b82122c8501dcd65000839896809421266d198131102b08ea6515218dc56895198d6a8084446e88261ba0beae1c041000ec70d992c223fd3bb2bc161c0ee93f6fffdaac7bb1e57bec804ea0150dafb770006fc5ea8cb06ad11415015e49a3865496543ec9195ebfbf10afff",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114044,
              "transactionHash": "0x331386572530286e3f2cabda05a7a3899c2767123dfe257131e3a355bd684820",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f355564314559415337734641646d57416a4e6a7071424672386e5870794d754d3241486548577047613673615a4b78737a4745647746544e4e68696a72446641504d43316a5a7a4b644b000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x6d03d930574cb8531d56797ddbcd74fd16ef54523133b021983937a752f11786",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114043,
          "blockHash": "0x98a2c8609fb55e1f7f58d710a70aaf59b3a2de7bc1051fbcae4b24d5f9b900f0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x7d445524ef3fd7cd8026508d14ad44cc6dfabe2c952fce26649f7d2793a565d2",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x7d445524ef3fd7cd8026508d14ad44cc6dfabe2c952fce26649f7d2793a565d2",
          "confirmations": 68,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 54,
          "r": "0xad23a953ed46f1180ebb712789fae1593d3d0764dbb98a0ba39d7ab858dd9c42",
          "s": "0x60f3bf57df58d4fc8f594fe598c16e0655ed334e89573a58521919c8dc76ee7d",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b368501dcd65000825f3c94a12af0296c8bdf55e141c6f6b79564b5034d0b288084c287e0ed831d26b8a0ad23a953ed46f1180ebb712789fae1593d3d0764dbb98a0ba39d7ab858dd9c42a060f3bf57df58d4fc8f594fe598c16e0655ed334e89573a58521919c8dc76ee7d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000080000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114043,
              "transactionHash": "0x7d445524ef3fd7cd8026508d14ad44cc6dfabe2c952fce26649f7d2793a565d2",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x98a2c8609fb55e1f7f58d710a70aaf59b3a2de7bc1051fbcae4b24d5f9b900f0",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114042,
          "blockHash": "0x9b344f03a200ef9ccb091140de91f4cfe1f7fb4424cfedfc914493b5a3b144dc",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x3812a13f5d79216ac46ea3fedc94555b13c08874e985b1033fe7d6bd88e3f3f1",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__2fT4rUmjFyKn8aM9zRBZ19kSswpniK3TEAe6xPvKeA71qbW4JX9EdHD1iy7FDpbpwG2zdk7bxe",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__2fT4rUmjFyKn8aM9zRBZ19kSswpniK3TEAe6xPvKeA71qbW4JX9EdHD1iy7FDpbpwG2zdk7bxe",
            "length": 2
          },
          "hash": "0x3812a13f5d79216ac46ea3fedc94555b13c08874e985b1033fe7d6bd88e3f3f1",
          "confirmations": 69,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4651,
          "r": "0xdd36c84ae2df7e83095892eb0a7a72bdc8ddba5b88a1f33caec3134931d82e8c",
          "s": "0x00e925b178e910cb27f4ad2b8d917cd4283396c69615a84e6ee2192a22de979e",
          "v": 27,
          "creates": null,
          "raw": "0xf86a82122b8501dcd65000839896809438469794c9ae126d7ebc2ebedf90bbc34ffafa438084446e88261ba0dd36c84ae2df7e83095892eb0a7a72bdc8ddba5b88a1f33caec3134931d82e8c9fe925b178e910cb27f4ad2b8d917cd4283396c69615a84e6ee2192a22de979e",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400001040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114042,
              "transactionHash": "0x3812a13f5d79216ac46ea3fedc94555b13c08874e985b1033fe7d6bd88e3f3f1",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3266543472556d6a46794b6e38614d397a52425a31396b537377706e694b3354454165367850764b65413731716257344a5839456448443169793746447062707747327a646b37627865000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x9b344f03a200ef9ccb091140de91f4cfe1f7fb4424cfedfc914493b5a3b144dc",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114041,
          "blockHash": "0x948c8e52b9a8191cd388f1b326e05105dfd5e76c6527ec899e2273fe5907f25b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f355564314559415337734641646d57416a4e6a7071424672386e5870794d754d3241486548577047613673615a4b78737a4745647746544e4e68696a72446641504d43316a5a7a4b644b000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x8f93bb0276c9369e3278469636fda6398ff497c01e757b58b08d8766da621109",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
            "length": 3
          },
          "hash": "0x8f93bb0276c9369e3278469636fda6398ff497c01e757b58b08d8766da621109",
          "confirmations": 70,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x21266D198131102B08Ea6515218Dc56895198d6a",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 53,
          "r": "0xf441891e0097a2bd33b92574d94286ddd71c96cb0bc56b9e44d8441505faa106",
          "s": "0x085c347e491485f3a143ea30e1ac122ee1ef050424a85a03943c2b4ee8f6598d",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d358501dcd6500083023f859421266d198131102b08ea6515218dc56895198d6a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f355564314559415337734641646d57416a4e6a7071424672386e5870794d754d3241486548577047613673615a4b78737a4745647746544e4e68696a72446641504d43316a5a7a4b644b000000000000000000000000000000000000831d26b7a0f441891e0097a2bd33b92574d94286ddd71c96cb0bc56b9e44d8441505faa106a0085c347e491485f3a143ea30e1ac122ee1ef050424a85a03943c2b4ee8f6598d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114041,
              "transactionHash": "0x8f93bb0276c9369e3278469636fda6398ff497c01e757b58b08d8766da621109",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f355564314559415337734641646d57416a4e6a7071424672386e5870794d754d3241486548577047613673615a4b78737a4745647746544e4e68696a72446641504d43316a5a7a4b644b000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x948c8e52b9a8191cd388f1b326e05105dfd5e76c6527ec899e2273fe5907f25b",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114040,
          "blockHash": "0x743e4f47ee3102c498f260d1dacb6fcf04784abe6877fafc5796ca3472ba4c2d",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3266543472556d6a46794b6e38614d397a52425a31396b537377706e694b3354454165367850764b65413731716257344a5839456448443169793746447062707747327a646b37627865000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x080332ef611c3279c80ab92c0ade02cdb54a98c9f11bdbe1d5e0b0f96db7de8a",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": "hq__2fT4rUmjFyKn8aM9zRBZ19kSswpniK3TEAe6xPvKeA71qbW4JX9EdHD1iy7FDpbpwG2zdk7bxe",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "objectHash": "hq__2fT4rUmjFyKn8aM9zRBZ19kSswpniK3TEAe6xPvKeA71qbW4JX9EdHD1iy7FDpbpwG2zdk7bxe",
            "length": 3
          },
          "hash": "0x080332ef611c3279c80ab92c0ade02cdb54a98c9f11bdbe1d5e0b0f96db7de8a",
          "confirmations": 71,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 52,
          "r": "0x0b5465dfa32f32c19eb304100702181523a383708ddb5e46226d145114c947a3",
          "s": "0x066532497b2ce8b1e4cf3ad231313ecae123be74086478e28cd0df3b825f4153",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d348501dcd6500083023f859438469794c9ae126d7ebc2ebedf90bbc34ffafa4380b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3266543472556d6a46794b6e38614d397a52425a31396b537377706e694b3354454165367850764b65413731716257344a5839456448443169793746447062707747327a646b37627865000000000000000000000000000000000000831d26b7a00b5465dfa32f32c19eb304100702181523a383708ddb5e46226d145114c947a3a0066532497b2ce8b1e4cf3ad231313ecae123be74086478e28cd0df3b825f4153",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000003000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114040,
              "transactionHash": "0x080332ef611c3279c80ab92c0ade02cdb54a98c9f11bdbe1d5e0b0f96db7de8a",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3266543472556d6a46794b6e38614d397a52425a31396b537377706e694b3354454165367850764b65413731716257344a5839456448443169793746447062707747327a646b37627865000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x743e4f47ee3102c498f260d1dacb6fcf04784abe6877fafc5796ca3472ba4c2d",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114039,
          "blockHash": "0xd48f4d875f59e51c207e6712c0caa31ca4915252c7c6f258140653c20d22c156",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xbfee27518df0ae8c2c323f2d1c2f4be82dc84375a6c1dcc581c5cb4b8ecccdde",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xbfee27518df0ae8c2c323f2d1c2f4be82dc84375a6c1dcc581c5cb4b8ecccdde",
          "confirmations": 72,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x21266D198131102B08Ea6515218Dc56895198d6a",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 51,
          "r": "0x0d1d3aa66ddf6932d19ef119feff9d4c2ca597b21346f9246c9ec5b40e6a3bc7",
          "s": "0x6ed7d0ed1bbc22a5b583965e2f0942d7f7591774df28fa59478622b221f34869",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b338501dcd65000825f3c9421266d198131102b08ea6515218dc56895198d6a8084c287e0ed831d26b7a00d1d3aa66ddf6932d19ef119feff9d4c2ca597b21346f9246c9ec5b40e6a3bc7a06ed7d0ed1bbc22a5b583965e2f0942d7f7591774df28fa59478622b221f34869",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114039,
              "transactionHash": "0xbfee27518df0ae8c2c323f2d1c2f4be82dc84375a6c1dcc581c5cb4b8ecccdde",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xd48f4d875f59e51c207e6712c0caa31ca4915252c7c6f258140653c20d22c156",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114038,
          "blockHash": "0x159b05fb710224029c37f2c26b553ce4e3eefc3dfb6c80e3693c34818e6ba8a4",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xdf0d8782a2ee6594d89a90942cbff3d51c38e34632ea7fdd985c0570d7a6e1dc",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xdf0d8782a2ee6594d89a90942cbff3d51c38e34632ea7fdd985c0570d7a6e1dc",
          "confirmations": 73,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 50,
          "r": "0x5915628e851d6631919857c109730307cd51aa5af7f8e61c8710d3d638e0f203",
          "s": "0x73eaa494d30e76fa4b68d9261ccf9d4b34131d5c638161731ff7b21c3a4b0f17",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b328501dcd65000825f3c9438469794c9ae126d7ebc2ebedf90bbc34ffafa438084c287e0ed831d26b8a05915628e851d6631919857c109730307cd51aa5af7f8e61c8710d3d638e0f203a073eaa494d30e76fa4b68d9261ccf9d4b34131d5c638161731ff7b21c3a4b0f17",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000080000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114038,
              "transactionHash": "0xdf0d8782a2ee6594d89a90942cbff3d51c38e34632ea7fdd985c0570d7a6e1dc",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x159b05fb710224029c37f2c26b553ce4e3eefc3dfb6c80e3693c34818e6ba8a4",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114037,
          "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x21266D198131102B08Ea6515218Dc56895198d6a",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x21266D198131102B08Ea6515218Dc56895198d6a",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "confirmations": 74,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 49,
          "r": "0xfece9bfdab46dc5641373daaa1b3fd079429729dabd5c17a217a55a823f6ca12",
          "s": "0x3a2a1bcc5d9acd0e450a439dbec8877bdb36cde9cfc06fb55c67cbf6520ec934",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c318501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0fece9bfdab46dc5641373daaa1b3fd079429729dabd5c17a217a55a823f6ca12a03a2a1bcc5d9acd0e450a439dbec8877bdb36cde9cfc06fb55c67cbf6520ec934",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000008000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000200a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000021266d198131102b08ea6515218dc56895198d6a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000021266d198131102b08ea6515218dc56895198d6a",
              "logIndex": 4,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000021266d198131102b08ea6515218dc56895198d6a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114037,
          "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x21266D198131102B08Ea6515218Dc56895198d6a",
            "contentAddress": "0x21266D198131102B08Ea6515218Dc56895198d6a",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "confirmations": 74,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 49,
          "r": "0xfece9bfdab46dc5641373daaa1b3fd079429729dabd5c17a217a55a823f6ca12",
          "s": "0x3a2a1bcc5d9acd0e450a439dbec8877bdb36cde9cfc06fb55c67cbf6520ec934",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c318501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0fece9bfdab46dc5641373daaa1b3fd079429729dabd5c17a217a55a823f6ca12a03a2a1bcc5d9acd0e450a439dbec8877bdb36cde9cfc06fb55c67cbf6520ec934",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000008000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000200a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000021266d198131102b08ea6515218dc56895198d6a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000021266d198131102b08ea6515218dc56895198d6a",
              "logIndex": 4,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000021266d198131102b08ea6515218dc56895198d6a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114037,
          "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x21266D198131102B08Ea6515218Dc56895198d6a",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x21266D198131102B08Ea6515218Dc56895198d6a",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "confirmations": 74,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 49,
          "r": "0xfece9bfdab46dc5641373daaa1b3fd079429729dabd5c17a217a55a823f6ca12",
          "s": "0x3a2a1bcc5d9acd0e450a439dbec8877bdb36cde9cfc06fb55c67cbf6520ec934",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c318501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0fece9bfdab46dc5641373daaa1b3fd079429729dabd5c17a217a55a823f6ca12a03a2a1bcc5d9acd0e450a439dbec8877bdb36cde9cfc06fb55c67cbf6520ec934",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000008000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000200a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000021266d198131102b08ea6515218dc56895198d6a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000021266d198131102b08ea6515218dc56895198d6a",
              "logIndex": 4,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000021266d198131102b08ea6515218dc56895198d6a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114037,
          "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "confirmations": 74,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 49,
          "r": "0xfece9bfdab46dc5641373daaa1b3fd079429729dabd5c17a217a55a823f6ca12",
          "s": "0x3a2a1bcc5d9acd0e450a439dbec8877bdb36cde9cfc06fb55c67cbf6520ec934",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c318501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0fece9bfdab46dc5641373daaa1b3fd079429729dabd5c17a217a55a823f6ca12a03a2a1bcc5d9acd0e450a439dbec8877bdb36cde9cfc06fb55c67cbf6520ec934",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000008000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000200a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000021266d198131102b08ea6515218dc56895198d6a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000021266d198131102b08ea6515218dc56895198d6a",
              "logIndex": 4,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000021266d198131102b08ea6515218dc56895198d6a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114037,
          "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "confirmations": 74,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 49,
          "r": "0xfece9bfdab46dc5641373daaa1b3fd079429729dabd5c17a217a55a823f6ca12",
          "s": "0x3a2a1bcc5d9acd0e450a439dbec8877bdb36cde9cfc06fb55c67cbf6520ec934",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c318501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0fece9bfdab46dc5641373daaa1b3fd079429729dabd5c17a217a55a823f6ca12a03a2a1bcc5d9acd0e450a439dbec8877bdb36cde9cfc06fb55c67cbf6520ec934",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000008000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000200a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000021266d198131102b08ea6515218dc56895198d6a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000021266d198131102b08ea6515218dc56895198d6a",
              "logIndex": 4,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000021266d198131102b08ea6515218dc56895198d6a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114037,
          "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
          "confirmations": 74,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 49,
          "r": "0xfece9bfdab46dc5641373daaa1b3fd079429729dabd5c17a217a55a823f6ca12",
          "s": "0x3a2a1bcc5d9acd0e450a439dbec8877bdb36cde9cfc06fb55c67cbf6520ec934",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c318501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0fece9bfdab46dc5641373daaa1b3fd079429729dabd5c17a217a55a823f6ca12a03a2a1bcc5d9acd0e450a439dbec8877bdb36cde9cfc06fb55c67cbf6520ec934",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000008000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000200a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000021266d198131102b08ea6515218dc56895198d6a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000021266d198131102b08ea6515218dc56895198d6a",
              "logIndex": 4,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114037,
              "transactionHash": "0x73feaec4626b06b558e1cdd23798b6717a52d4a13fd9cd4e6d0c6936bdce9e19",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000021266d198131102b08ea6515218dc56895198d6a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xc835e37e72921170562fdde9acc7c8617aeff10978059fc9a8fa36079885996e",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114035,
          "blockHash": "0xfee69a009132e3d50767ee593705019d52cb00f03ed56b54b996bd4924e19aa7",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x79a0f912bc8ac9b4e54b269424b2382ae30803ae75c427fe71d1710e7f088091",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x79a0f912bc8ac9b4e54b269424b2382ae30803ae75c427fe71d1710e7f088091",
          "confirmations": 76,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 47,
          "r": "0x1e2941b96b8f40dd952a78614cd95f4349fdb508f944b16ab8132594b534ddef",
          "s": "0x519e4f71041ad871c2cf422fa332ed4a27d27484415b41564e15834a16653c2d",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b2f8501dcd65000825f3c9417ee368633a5f48b76c6631fa1800e838baf5e8f8084c287e0ed831d26b7a01e2941b96b8f40dd952a78614cd95f4349fdb508f944b16ab8132594b534ddefa0519e4f71041ad871c2cf422fa332ed4a27d27484415b41564e15834a16653c2d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000001000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114035,
              "transactionHash": "0x79a0f912bc8ac9b4e54b269424b2382ae30803ae75c427fe71d1710e7f088091",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xfee69a009132e3d50767ee593705019d52cb00f03ed56b54b996bd4924e19aa7",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114036,
          "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x71416adC379E3950dC78302596bF3FC59af92A60",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x71416adC379E3950dC78302596bF3FC59af92A60",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "confirmations": 75,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 48,
          "r": "0xe3491c6e6e691cd517e1abb81a685fab007101c51b5746686a5c72cfc8fbe4cc",
          "s": "0x489e7fc80d82dab757f48c01127b60fbc0d7b560068750fac2fed883653b7e4d",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c308501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0e3491c6e6e691cd517e1abb81a685fab007101c51b5746686a5c72cfc8fbe4cca0489e7fc80d82dab757f48c01127b60fbc0d7b560068750fac2fed883653b7e4d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000200000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010200000000000000080000000000000000000002000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000071416adc379e3950dc78302596bf3fc59af92a6000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000071416adc379e3950dc78302596bf3fc59af92a60",
              "logIndex": 4,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000071416adc379e3950dc78302596bf3fc59af92a6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114036,
          "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x71416adC379E3950dC78302596bF3FC59af92A60",
            "contentAddress": "0x71416adC379E3950dC78302596bF3FC59af92A60",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "confirmations": 75,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 48,
          "r": "0xe3491c6e6e691cd517e1abb81a685fab007101c51b5746686a5c72cfc8fbe4cc",
          "s": "0x489e7fc80d82dab757f48c01127b60fbc0d7b560068750fac2fed883653b7e4d",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c308501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0e3491c6e6e691cd517e1abb81a685fab007101c51b5746686a5c72cfc8fbe4cca0489e7fc80d82dab757f48c01127b60fbc0d7b560068750fac2fed883653b7e4d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000200000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010200000000000000080000000000000000000002000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000071416adc379e3950dc78302596bf3fc59af92a6000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000071416adc379e3950dc78302596bf3fc59af92a60",
              "logIndex": 4,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000071416adc379e3950dc78302596bf3fc59af92a6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114036,
          "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x71416adC379E3950dC78302596bF3FC59af92A60",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x71416adC379E3950dC78302596bF3FC59af92A60",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "confirmations": 75,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 48,
          "r": "0xe3491c6e6e691cd517e1abb81a685fab007101c51b5746686a5c72cfc8fbe4cc",
          "s": "0x489e7fc80d82dab757f48c01127b60fbc0d7b560068750fac2fed883653b7e4d",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c308501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0e3491c6e6e691cd517e1abb81a685fab007101c51b5746686a5c72cfc8fbe4cca0489e7fc80d82dab757f48c01127b60fbc0d7b560068750fac2fed883653b7e4d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000200000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010200000000000000080000000000000000000002000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000071416adc379e3950dc78302596bf3fc59af92a6000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000071416adc379e3950dc78302596bf3fc59af92a60",
              "logIndex": 4,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000071416adc379e3950dc78302596bf3fc59af92a6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114036,
          "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "confirmations": 75,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 48,
          "r": "0xe3491c6e6e691cd517e1abb81a685fab007101c51b5746686a5c72cfc8fbe4cc",
          "s": "0x489e7fc80d82dab757f48c01127b60fbc0d7b560068750fac2fed883653b7e4d",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c308501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0e3491c6e6e691cd517e1abb81a685fab007101c51b5746686a5c72cfc8fbe4cca0489e7fc80d82dab757f48c01127b60fbc0d7b560068750fac2fed883653b7e4d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000200000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010200000000000000080000000000000000000002000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000071416adc379e3950dc78302596bf3fc59af92a6000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000071416adc379e3950dc78302596bf3fc59af92a60",
              "logIndex": 4,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000071416adc379e3950dc78302596bf3fc59af92a6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114036,
          "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "confirmations": 75,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 48,
          "r": "0xe3491c6e6e691cd517e1abb81a685fab007101c51b5746686a5c72cfc8fbe4cc",
          "s": "0x489e7fc80d82dab757f48c01127b60fbc0d7b560068750fac2fed883653b7e4d",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c308501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0e3491c6e6e691cd517e1abb81a685fab007101c51b5746686a5c72cfc8fbe4cca0489e7fc80d82dab757f48c01127b60fbc0d7b560068750fac2fed883653b7e4d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000200000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010200000000000000080000000000000000000002000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000071416adc379e3950dc78302596bf3fc59af92a6000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000071416adc379e3950dc78302596bf3fc59af92a60",
              "logIndex": 4,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000071416adc379e3950dc78302596bf3fc59af92a6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114036,
          "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
          "confirmations": 75,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 48,
          "r": "0xe3491c6e6e691cd517e1abb81a685fab007101c51b5746686a5c72cfc8fbe4cc",
          "s": "0x489e7fc80d82dab757f48c01127b60fbc0d7b560068750fac2fed883653b7e4d",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c308501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0e3491c6e6e691cd517e1abb81a685fab007101c51b5746686a5c72cfc8fbe4cca0489e7fc80d82dab757f48c01127b60fbc0d7b560068750fac2fed883653b7e4d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000200000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010200000000000000080000000000000000000002000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000071416adc379e3950dc78302596bf3fc59af92a6000000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000071416adc379e3950dc78302596bf3fc59af92a60",
              "logIndex": 4,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114036,
              "transactionHash": "0x46e4be71b78098a661c76e0dc23b947fd6d354e5a0d8686906a13d140aca743e",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000071416adc379e3950dc78302596bf3fc59af92a6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xe945104fd7ab57842c0e96a4e6cde2c44a00d03bc3c635ce779a3f02256e8373",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114034,
          "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "confirmations": 77,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 46,
          "r": "0x48d11cc3a36a8006be939b3559466149edf34699c44f90498b5e7f4be9d8a225",
          "s": "0x33776e1e164bd3320a3e4bed80e1dd1cb02e8cfc029ddcb5c5086af4f7f16414",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2e8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a048d11cc3a36a8006be939b3559466149edf34699c44f90498b5e7f4be9d8a225a033776e1e164bd3320a3e4bed80e1dd1cb02e8cfc029ddcb5c5086af4f7f16414",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002001008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000100000000000400000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f",
              "logIndex": 4,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114034,
          "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
            "contentAddress": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "confirmations": 77,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 46,
          "r": "0x48d11cc3a36a8006be939b3559466149edf34699c44f90498b5e7f4be9d8a225",
          "s": "0x33776e1e164bd3320a3e4bed80e1dd1cb02e8cfc029ddcb5c5086af4f7f16414",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2e8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a048d11cc3a36a8006be939b3559466149edf34699c44f90498b5e7f4be9d8a225a033776e1e164bd3320a3e4bed80e1dd1cb02e8cfc029ddcb5c5086af4f7f16414",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002001008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000100000000000400000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f",
              "logIndex": 4,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114034,
          "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "confirmations": 77,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 46,
          "r": "0x48d11cc3a36a8006be939b3559466149edf34699c44f90498b5e7f4be9d8a225",
          "s": "0x33776e1e164bd3320a3e4bed80e1dd1cb02e8cfc029ddcb5c5086af4f7f16414",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2e8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a048d11cc3a36a8006be939b3559466149edf34699c44f90498b5e7f4be9d8a225a033776e1e164bd3320a3e4bed80e1dd1cb02e8cfc029ddcb5c5086af4f7f16414",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002001008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000100000000000400000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f",
              "logIndex": 4,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114034,
          "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "confirmations": 77,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 46,
          "r": "0x48d11cc3a36a8006be939b3559466149edf34699c44f90498b5e7f4be9d8a225",
          "s": "0x33776e1e164bd3320a3e4bed80e1dd1cb02e8cfc029ddcb5c5086af4f7f16414",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2e8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a048d11cc3a36a8006be939b3559466149edf34699c44f90498b5e7f4be9d8a225a033776e1e164bd3320a3e4bed80e1dd1cb02e8cfc029ddcb5c5086af4f7f16414",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002001008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000100000000000400000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f",
              "logIndex": 4,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114034,
          "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "confirmations": 77,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 46,
          "r": "0x48d11cc3a36a8006be939b3559466149edf34699c44f90498b5e7f4be9d8a225",
          "s": "0x33776e1e164bd3320a3e4bed80e1dd1cb02e8cfc029ddcb5c5086af4f7f16414",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2e8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a048d11cc3a36a8006be939b3559466149edf34699c44f90498b5e7f4be9d8a225a033776e1e164bd3320a3e4bed80e1dd1cb02e8cfc029ddcb5c5086af4f7f16414",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002001008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000100000000000400000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f",
              "logIndex": 4,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114034,
          "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
          "confirmations": 77,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 46,
          "r": "0x48d11cc3a36a8006be939b3559466149edf34699c44f90498b5e7f4be9d8a225",
          "s": "0x33776e1e164bd3320a3e4bed80e1dd1cb02e8cfc029ddcb5c5086af4f7f16414",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2e8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a048d11cc3a36a8006be939b3559466149edf34699c44f90498b5e7f4be9d8a225a033776e1e164bd3320a3e4bed80e1dd1cb02e8cfc029ddcb5c5086af4f7f16414",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002001008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000100000000000400000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f",
              "logIndex": 4,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114034,
              "transactionHash": "0xdea3f298122dba1ab7f3e7858800e8ce4f82f4db6e92aa4480c68e48f604b2fc",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000017ee368633a5f48b76c6631fa1800e838baf5e8f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x20e071da13a8c0e6606efbb41abe9f907247b8e3d33c41a926db94b8048b57c3",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114033,
          "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "confirmations": 78,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 45,
          "r": "0xec9c034acc9597eb537ccbb32b3b4a3343b9f5bb3eb67b11ef86e193bc8ba94d",
          "s": "0x02e72a066a68009cd1f03c4a2d81f3843e57338618053462c8ecee24b6ae8c9e",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c2d8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0ec9c034acc9597eb537ccbb32b3b4a3343b9f5bb3eb67b11ef86e193bc8ba94da002e72a066a68009cd1f03c4a2d81f3843e57338618053462c8ecee24b6ae8c9e",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000040000000000000000000000001080000000000000000000000000000000000002020000000000000000000000000000000400000000000000000001000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a",
              "logIndex": 4,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114033,
          "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
            "contentAddress": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "confirmations": 78,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 45,
          "r": "0xec9c034acc9597eb537ccbb32b3b4a3343b9f5bb3eb67b11ef86e193bc8ba94d",
          "s": "0x02e72a066a68009cd1f03c4a2d81f3843e57338618053462c8ecee24b6ae8c9e",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c2d8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0ec9c034acc9597eb537ccbb32b3b4a3343b9f5bb3eb67b11ef86e193bc8ba94da002e72a066a68009cd1f03c4a2d81f3843e57338618053462c8ecee24b6ae8c9e",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000040000000000000000000000001080000000000000000000000000000000000002020000000000000000000000000000000400000000000000000001000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a",
              "logIndex": 4,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114033,
          "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "confirmations": 78,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 45,
          "r": "0xec9c034acc9597eb537ccbb32b3b4a3343b9f5bb3eb67b11ef86e193bc8ba94d",
          "s": "0x02e72a066a68009cd1f03c4a2d81f3843e57338618053462c8ecee24b6ae8c9e",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c2d8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0ec9c034acc9597eb537ccbb32b3b4a3343b9f5bb3eb67b11ef86e193bc8ba94da002e72a066a68009cd1f03c4a2d81f3843e57338618053462c8ecee24b6ae8c9e",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000040000000000000000000000001080000000000000000000000000000000000002020000000000000000000000000000000400000000000000000001000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a",
              "logIndex": 4,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114033,
          "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "confirmations": 78,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 45,
          "r": "0xec9c034acc9597eb537ccbb32b3b4a3343b9f5bb3eb67b11ef86e193bc8ba94d",
          "s": "0x02e72a066a68009cd1f03c4a2d81f3843e57338618053462c8ecee24b6ae8c9e",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c2d8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0ec9c034acc9597eb537ccbb32b3b4a3343b9f5bb3eb67b11ef86e193bc8ba94da002e72a066a68009cd1f03c4a2d81f3843e57338618053462c8ecee24b6ae8c9e",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000040000000000000000000000001080000000000000000000000000000000000002020000000000000000000000000000000400000000000000000001000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a",
              "logIndex": 4,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114033,
          "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "confirmations": 78,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 45,
          "r": "0xec9c034acc9597eb537ccbb32b3b4a3343b9f5bb3eb67b11ef86e193bc8ba94d",
          "s": "0x02e72a066a68009cd1f03c4a2d81f3843e57338618053462c8ecee24b6ae8c9e",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c2d8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0ec9c034acc9597eb537ccbb32b3b4a3343b9f5bb3eb67b11ef86e193bc8ba94da002e72a066a68009cd1f03c4a2d81f3843e57338618053462c8ecee24b6ae8c9e",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000040000000000000000000000001080000000000000000000000000000000000002020000000000000000000000000000000400000000000000000001000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a",
              "logIndex": 4,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114033,
          "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
          "confirmations": 78,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 45,
          "r": "0xec9c034acc9597eb537ccbb32b3b4a3343b9f5bb3eb67b11ef86e193bc8ba94d",
          "s": "0x02e72a066a68009cd1f03c4a2d81f3843e57338618053462c8ecee24b6ae8c9e",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c2d8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0ec9c034acc9597eb537ccbb32b3b4a3343b9f5bb3eb67b11ef86e193bc8ba94da002e72a066a68009cd1f03c4a2d81f3843e57338618053462c8ecee24b6ae8c9e",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000040000000000000000000000001080000000000000000000000000000000000002020000000000000000000000000000000400000000000000000001000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a",
              "logIndex": 4,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114033,
              "transactionHash": "0x238c3e477b8445fbaed89449d9e5b70a0f5180794a1b9394148ca41ba5372cf2",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000f4a26fd3ebe36162edf9081c371c5639f1a4cb3a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xde3830623cf0ae142f990430a559278060791b5aa3d96b19c142ca147282a03e",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114032,
          "blockHash": "0xc40115ed2c120bfcd1aaac2396fe1a7b8bd36478e6395542ee325d7176a1556b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x792edf1aae3ec51c3d3b645d1a011b463601723ec3f2a7aa57b114e72518a08c",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x792edf1aae3ec51c3d3b645d1a011b463601723ec3f2a7aa57b114e72518a08c",
          "confirmations": 79,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 44,
          "r": "0xdc2353387edeb8a9bc4d9e716161e237c3024be6feb40115bebf5cf9d295eab9",
          "s": "0x73e9fa2fa7ab1a38d415cccdb30750b28841bc0c15aae4711678933e7c64a55d",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b2c8501dcd65000825f3c94e3c62b470b16b8d235e1418e1c958ece5732efa48084c287e0ed831d26b7a0dc2353387edeb8a9bc4d9e716161e237c3024be6feb40115bebf5cf9d295eab9a073e9fa2fa7ab1a38d415cccdb30750b28841bc0c15aae4711678933e7c64a55d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114032,
              "transactionHash": "0x792edf1aae3ec51c3d3b645d1a011b463601723ec3f2a7aa57b114e72518a08c",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xc40115ed2c120bfcd1aaac2396fe1a7b8bd36478e6395542ee325d7176a1556b",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114031,
          "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "confirmations": 80,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 43,
          "r": "0xca65b7f78ee3121ea8d55df21d9b85f08613a3c0e2d7ac378c09fea677596c44",
          "s": "0x51b568c0efc7042b9c393820e3d2c2b963b8f1720e05096a12314e4e1dadb9e8",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2b8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0ca65b7f78ee3121ea8d55df21d9b85f08613a3c0e2d7ac378c09fea677596c44a051b568c0efc7042b9c393820e3d2c2b963b8f1720e05096a12314e4e1dadb9e8",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004080000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000800000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000040000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf59500000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf595",
              "logIndex": 4,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf59500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114031,
          "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
            "contentAddress": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "confirmations": 80,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 43,
          "r": "0xca65b7f78ee3121ea8d55df21d9b85f08613a3c0e2d7ac378c09fea677596c44",
          "s": "0x51b568c0efc7042b9c393820e3d2c2b963b8f1720e05096a12314e4e1dadb9e8",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2b8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0ca65b7f78ee3121ea8d55df21d9b85f08613a3c0e2d7ac378c09fea677596c44a051b568c0efc7042b9c393820e3d2c2b963b8f1720e05096a12314e4e1dadb9e8",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004080000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000800000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000040000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf59500000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf595",
              "logIndex": 4,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf59500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114031,
          "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "confirmations": 80,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 43,
          "r": "0xca65b7f78ee3121ea8d55df21d9b85f08613a3c0e2d7ac378c09fea677596c44",
          "s": "0x51b568c0efc7042b9c393820e3d2c2b963b8f1720e05096a12314e4e1dadb9e8",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2b8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0ca65b7f78ee3121ea8d55df21d9b85f08613a3c0e2d7ac378c09fea677596c44a051b568c0efc7042b9c393820e3d2c2b963b8f1720e05096a12314e4e1dadb9e8",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004080000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000800000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000040000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf59500000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf595",
              "logIndex": 4,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf59500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114031,
          "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "confirmations": 80,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 43,
          "r": "0xca65b7f78ee3121ea8d55df21d9b85f08613a3c0e2d7ac378c09fea677596c44",
          "s": "0x51b568c0efc7042b9c393820e3d2c2b963b8f1720e05096a12314e4e1dadb9e8",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2b8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0ca65b7f78ee3121ea8d55df21d9b85f08613a3c0e2d7ac378c09fea677596c44a051b568c0efc7042b9c393820e3d2c2b963b8f1720e05096a12314e4e1dadb9e8",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004080000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000800000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000040000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf59500000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf595",
              "logIndex": 4,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf59500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114031,
          "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "confirmations": 80,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 43,
          "r": "0xca65b7f78ee3121ea8d55df21d9b85f08613a3c0e2d7ac378c09fea677596c44",
          "s": "0x51b568c0efc7042b9c393820e3d2c2b963b8f1720e05096a12314e4e1dadb9e8",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2b8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0ca65b7f78ee3121ea8d55df21d9b85f08613a3c0e2d7ac378c09fea677596c44a051b568c0efc7042b9c393820e3d2c2b963b8f1720e05096a12314e4e1dadb9e8",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004080000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000800000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000040000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf59500000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf595",
              "logIndex": 4,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf59500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114031,
          "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
          "confirmations": 80,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 43,
          "r": "0xca65b7f78ee3121ea8d55df21d9b85f08613a3c0e2d7ac378c09fea677596c44",
          "s": "0x51b568c0efc7042b9c393820e3d2c2b963b8f1720e05096a12314e4e1dadb9e8",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2b8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0ca65b7f78ee3121ea8d55df21d9b85f08613a3c0e2d7ac378c09fea677596c44a051b568c0efc7042b9c393820e3d2c2b963b8f1720e05096a12314e4e1dadb9e8",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004080000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000800000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000040000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf59500000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf595",
              "logIndex": 4,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114031,
              "transactionHash": "0x38b02f2930dcca161bcd087255a0e75d8e91ba7c62617867912ffb1984c09fbe",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000005f1f9e508f567bb939ad93a4184b3d4c5adf59500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x4477e3272f41b979c141bd86abcaaedd7aeac80e9848bde2eab51b36ef95de64",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114030,
          "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "confirmations": 81,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x71869707f37f0f97bbdf422686b79c06f493e463895995047129817ba7fe9290",
          "s": "0x2ab32fb811bfbf90eb66756774eb4d4c2b191953eb8cc9c285565759bf97cdad",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a071869707f37f0f97bbdf422686b79c06f493e463895995047129817ba7fe9290a02ab32fb811bfbf90eb66756774eb4d4c2b191953eb8cc9c285565759bf97cdad",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000001000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000020400000000000000000000000000000000000000000000000000810000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa4",
              "logIndex": 4,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114030,
          "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
            "contentAddress": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "confirmations": 81,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x71869707f37f0f97bbdf422686b79c06f493e463895995047129817ba7fe9290",
          "s": "0x2ab32fb811bfbf90eb66756774eb4d4c2b191953eb8cc9c285565759bf97cdad",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a071869707f37f0f97bbdf422686b79c06f493e463895995047129817ba7fe9290a02ab32fb811bfbf90eb66756774eb4d4c2b191953eb8cc9c285565759bf97cdad",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000001000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000020400000000000000000000000000000000000000000000000000810000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa4",
              "logIndex": 4,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114030,
          "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "confirmations": 81,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x71869707f37f0f97bbdf422686b79c06f493e463895995047129817ba7fe9290",
          "s": "0x2ab32fb811bfbf90eb66756774eb4d4c2b191953eb8cc9c285565759bf97cdad",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a071869707f37f0f97bbdf422686b79c06f493e463895995047129817ba7fe9290a02ab32fb811bfbf90eb66756774eb4d4c2b191953eb8cc9c285565759bf97cdad",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000001000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000020400000000000000000000000000000000000000000000000000810000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa4",
              "logIndex": 4,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114030,
          "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "confirmations": 81,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x71869707f37f0f97bbdf422686b79c06f493e463895995047129817ba7fe9290",
          "s": "0x2ab32fb811bfbf90eb66756774eb4d4c2b191953eb8cc9c285565759bf97cdad",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a071869707f37f0f97bbdf422686b79c06f493e463895995047129817ba7fe9290a02ab32fb811bfbf90eb66756774eb4d4c2b191953eb8cc9c285565759bf97cdad",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000001000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000020400000000000000000000000000000000000000000000000000810000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa4",
              "logIndex": 4,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114030,
          "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "confirmations": 81,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x71869707f37f0f97bbdf422686b79c06f493e463895995047129817ba7fe9290",
          "s": "0x2ab32fb811bfbf90eb66756774eb4d4c2b191953eb8cc9c285565759bf97cdad",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a071869707f37f0f97bbdf422686b79c06f493e463895995047129817ba7fe9290a02ab32fb811bfbf90eb66756774eb4d4c2b191953eb8cc9c285565759bf97cdad",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000001000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000020400000000000000000000000000000000000000000000000000810000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa4",
              "logIndex": 4,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114030,
          "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
          "confirmations": 81,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 42,
          "r": "0x71869707f37f0f97bbdf422686b79c06f493e463895995047129817ba7fe9290",
          "s": "0x2ab32fb811bfbf90eb66756774eb4d4c2b191953eb8cc9c285565759bf97cdad",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c2a8501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a071869707f37f0f97bbdf422686b79c06f493e463895995047129817ba7fe9290a02ab32fb811bfbf90eb66756774eb4d4c2b191953eb8cc9c285565759bf97cdad",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000001000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000020400000000000000000000000000000000000000000000000000810000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa400000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa4",
              "logIndex": 4,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114030,
              "transactionHash": "0x2f1622d09d8918ba4b50e6322df2ef596bd0f3647fd8d87fd8e3ba53e195dfd7",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000e3c62b470b16b8d235e1418e1c958ece5732efa400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xd2cf0b3d13ed6ee56a48390cbc5242f4dbe208c48c9f56f7f61c1c2b778dd0e0",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114029,
          "blockHash": "0x263f635c8422eb4d3072863eb8361ef2922fc6cf32309dda130084cf2495b59a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x13a7297223bcb6297bc0c42318db77fd386209e10b52709575c3e8effac7f525",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x13a7297223bcb6297bc0c42318db77fd386209e10b52709575c3e8effac7f525",
          "confirmations": 82,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 41,
          "r": "0x28dd64e3a2cfc0fe50cfd330e16fe9881cc5e4c75539028ab5da0ebe5456bcfd",
          "s": "0x698be87de73ade4274060c0a0dbbe7269a92202be1aa12e761a2fe445edb239a",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b298501dcd65000825f3c9477211e30296da87a1565195934be1ab09dbdd3e28084c287e0ed831d26b8a028dd64e3a2cfc0fe50cfd330e16fe9881cc5e4c75539028ab5da0ebe5456bcfda0698be87de73ade4274060c0a0dbbe7269a92202be1aa12e761a2fe445edb239a",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000040000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114029,
              "transactionHash": "0x13a7297223bcb6297bc0c42318db77fd386209e10b52709575c3e8effac7f525",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x263f635c8422eb4d3072863eb8361ef2922fc6cf32309dda130084cf2495b59a",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114028,
          "blockHash": "0x8d7064f4bbd6a5f407040dfebeed5152fdaafb8fd1f8fc726e3254d5034cd76a",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x25e5d8331684fd653f7635a7a4ac1cdb830556f7385a6d7c4bfadd9a3585fe30",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x25e5d8331684fd653f7635a7a4ac1cdb830556f7385a6d7c4bfadd9a3585fe30",
          "confirmations": 83,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 40,
          "r": "0x21115419893b241392e54a30454db5bbbe4d4c1a2e1ebfe610ee0b95d9b011af",
          "s": "0x002177551102d33396d478889ab7760def09bc470488809f987b94976fd7dca0",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86a288501dcd65000825f3c9481a6059b278dde5051393b0b8967e8704625f7a78084c287e0ed831d26b8a021115419893b241392e54a30454db5bbbe4d4c1a2e1ebfe610ee0b95d9b011af9f2177551102d33396d478889ab7760def09bc470488809f987b94976fd7dca0",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000004000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114028,
              "transactionHash": "0x25e5d8331684fd653f7635a7a4ac1cdb830556f7385a6d7c4bfadd9a3585fe30",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x8d7064f4bbd6a5f407040dfebeed5152fdaafb8fd1f8fc726e3254d5034cd76a",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114027,
          "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "confirmations": 84,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0xf53989d961f3255df5a0aeed377cc3d5d9ab271a15fdb50744a2dbf098b39423",
          "s": "0x309f9c198754782cb2b3c9c61aa6d46429b00f0ddf327c4392f6bc26c15f3f56",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c278501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0f53989d961f3255df5a0aeed377cc3d5d9ab271a15fdb50744a2dbf098b39423a0309f9c198754782cb2b3c9c61aa6d46429b00f0ddf327c4392f6bc26c15f3f56",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000010000000000300000000000000000014000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000800000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e200000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e2",
              "logIndex": 4,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e200000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114027,
          "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
            "contentAddress": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "confirmations": 84,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0xf53989d961f3255df5a0aeed377cc3d5d9ab271a15fdb50744a2dbf098b39423",
          "s": "0x309f9c198754782cb2b3c9c61aa6d46429b00f0ddf327c4392f6bc26c15f3f56",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c278501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0f53989d961f3255df5a0aeed377cc3d5d9ab271a15fdb50744a2dbf098b39423a0309f9c198754782cb2b3c9c61aa6d46429b00f0ddf327c4392f6bc26c15f3f56",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000010000000000300000000000000000014000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000800000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e200000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e2",
              "logIndex": 4,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e200000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114027,
          "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "confirmations": 84,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0xf53989d961f3255df5a0aeed377cc3d5d9ab271a15fdb50744a2dbf098b39423",
          "s": "0x309f9c198754782cb2b3c9c61aa6d46429b00f0ddf327c4392f6bc26c15f3f56",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c278501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0f53989d961f3255df5a0aeed377cc3d5d9ab271a15fdb50744a2dbf098b39423a0309f9c198754782cb2b3c9c61aa6d46429b00f0ddf327c4392f6bc26c15f3f56",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000010000000000300000000000000000014000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000800000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e200000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e2",
              "logIndex": 4,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e200000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114027,
          "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "confirmations": 84,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0xf53989d961f3255df5a0aeed377cc3d5d9ab271a15fdb50744a2dbf098b39423",
          "s": "0x309f9c198754782cb2b3c9c61aa6d46429b00f0ddf327c4392f6bc26c15f3f56",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c278501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0f53989d961f3255df5a0aeed377cc3d5d9ab271a15fdb50744a2dbf098b39423a0309f9c198754782cb2b3c9c61aa6d46429b00f0ddf327c4392f6bc26c15f3f56",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000010000000000300000000000000000014000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000800000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e200000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e2",
              "logIndex": 4,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e200000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114027,
          "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "confirmations": 84,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0xf53989d961f3255df5a0aeed377cc3d5d9ab271a15fdb50744a2dbf098b39423",
          "s": "0x309f9c198754782cb2b3c9c61aa6d46429b00f0ddf327c4392f6bc26c15f3f56",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c278501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0f53989d961f3255df5a0aeed377cc3d5d9ab271a15fdb50744a2dbf098b39423a0309f9c198754782cb2b3c9c61aa6d46429b00f0ddf327c4392f6bc26c15f3f56",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000010000000000300000000000000000014000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000800000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e200000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e2",
              "logIndex": 4,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e200000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114027,
          "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
          "confirmations": 84,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 39,
          "r": "0xf53989d961f3255df5a0aeed377cc3d5d9ab271a15fdb50744a2dbf098b39423",
          "s": "0x309f9c198754782cb2b3c9c61aa6d46429b00f0ddf327c4392f6bc26c15f3f56",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c278501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0f53989d961f3255df5a0aeed377cc3d5d9ab271a15fdb50744a2dbf098b39423a0309f9c198754782cb2b3c9c61aa6d46429b00f0ddf327c4392f6bc26c15f3f56",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000010000000000300000000000000000014000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000800000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e200000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e2",
              "logIndex": 4,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114027,
              "transactionHash": "0x6a5cc61cffe74a3300282c54a873d5314251154d34c8c102ea9220f2b7108406",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000077211e30296da87a1565195934be1ab09dbdd3e200000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x7eeda79f001d04e6e61a377536cda772977ae0e08ae91efd35b1cf567d82978b",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114026,
          "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "confirmations": 85,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x52189d656f5d6ab5a5eefd4cc283cd5e6fadf7e4ace34a48ec95a75dbcd154ed",
          "s": "0x761af1ba67f29ded5bed28193b140d2f98154c68ca20fc888184e58e8ad2713d",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c268501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a052189d656f5d6ab5a5eefd4cc283cd5e6fadf7e4ace34a48ec95a75dbcd154eda0761af1ba67f29ded5bed28193b140d2f98154c68ca20fc888184e58e8ad2713d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000400000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000200000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000400000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a7",
              "logIndex": 4,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114026,
          "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
            "contentAddress": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "confirmations": 85,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x52189d656f5d6ab5a5eefd4cc283cd5e6fadf7e4ace34a48ec95a75dbcd154ed",
          "s": "0x761af1ba67f29ded5bed28193b140d2f98154c68ca20fc888184e58e8ad2713d",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c268501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a052189d656f5d6ab5a5eefd4cc283cd5e6fadf7e4ace34a48ec95a75dbcd154eda0761af1ba67f29ded5bed28193b140d2f98154c68ca20fc888184e58e8ad2713d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000400000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000200000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000400000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a7",
              "logIndex": 4,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114026,
          "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "confirmations": 85,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x52189d656f5d6ab5a5eefd4cc283cd5e6fadf7e4ace34a48ec95a75dbcd154ed",
          "s": "0x761af1ba67f29ded5bed28193b140d2f98154c68ca20fc888184e58e8ad2713d",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c268501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a052189d656f5d6ab5a5eefd4cc283cd5e6fadf7e4ace34a48ec95a75dbcd154eda0761af1ba67f29ded5bed28193b140d2f98154c68ca20fc888184e58e8ad2713d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000400000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000200000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000400000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a7",
              "logIndex": 4,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114026,
          "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "confirmations": 85,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x52189d656f5d6ab5a5eefd4cc283cd5e6fadf7e4ace34a48ec95a75dbcd154ed",
          "s": "0x761af1ba67f29ded5bed28193b140d2f98154c68ca20fc888184e58e8ad2713d",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c268501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a052189d656f5d6ab5a5eefd4cc283cd5e6fadf7e4ace34a48ec95a75dbcd154eda0761af1ba67f29ded5bed28193b140d2f98154c68ca20fc888184e58e8ad2713d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000400000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000200000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000400000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a7",
              "logIndex": 4,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114026,
          "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "confirmations": 85,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x52189d656f5d6ab5a5eefd4cc283cd5e6fadf7e4ace34a48ec95a75dbcd154ed",
          "s": "0x761af1ba67f29ded5bed28193b140d2f98154c68ca20fc888184e58e8ad2713d",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c268501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a052189d656f5d6ab5a5eefd4cc283cd5e6fadf7e4ace34a48ec95a75dbcd154eda0761af1ba67f29ded5bed28193b140d2f98154c68ca20fc888184e58e8ad2713d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000400000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000200000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000400000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a7",
              "logIndex": 4,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114026,
          "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
          "confirmations": 85,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 38,
          "r": "0x52189d656f5d6ab5a5eefd4cc283cd5e6fadf7e4ace34a48ec95a75dbcd154ed",
          "s": "0x761af1ba67f29ded5bed28193b140d2f98154c68ca20fc888184e58e8ad2713d",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c268501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a052189d656f5d6ab5a5eefd4cc283cd5e6fadf7e4ace34a48ec95a75dbcd154eda0761af1ba67f29ded5bed28193b140d2f98154c68ca20fc888184e58e8ad2713d",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000400000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000200000000000000000000000000000000000000000000300000000000000000010000000000000000080000000000000000000000400000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a700000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a7",
              "logIndex": 4,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114026,
              "transactionHash": "0x2ef9d443e57316a767cf6eabc38523c60383e2b4c38b49ae01f9f144a04c60e9",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000081a6059b278dde5051393b0b8967e8704625f7a700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xde032932f64fbbd81cfe79cf747e378061e1a0ec183aacec19ccdab3cfb0f979",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114025,
          "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "confirmations": 86,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0x8875534219e66c72cd74f8cc7e1e9a2403fbb35b78ab90a4dd104d15d9747cb1",
          "s": "0x1389caf81528c9eeebc100d0d5eb8e4139ba1de0d7b255e3166d96f14d455088",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c258501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a08875534219e66c72cd74f8cc7e1e9a2403fbb35b78ab90a4dd104d15d9747cb1a01389caf81528c9eeebc100d0d5eb8e4139ba1de0d7b255e3166d96f14d455088",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000800000000008000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000100000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b2800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b28",
              "logIndex": 4,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b2800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114025,
          "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
            "contentAddress": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "confirmations": 86,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0x8875534219e66c72cd74f8cc7e1e9a2403fbb35b78ab90a4dd104d15d9747cb1",
          "s": "0x1389caf81528c9eeebc100d0d5eb8e4139ba1de0d7b255e3166d96f14d455088",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c258501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a08875534219e66c72cd74f8cc7e1e9a2403fbb35b78ab90a4dd104d15d9747cb1a01389caf81528c9eeebc100d0d5eb8e4139ba1de0d7b255e3166d96f14d455088",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000800000000008000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000100000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b2800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b28",
              "logIndex": 4,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b2800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114025,
          "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "confirmations": 86,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0x8875534219e66c72cd74f8cc7e1e9a2403fbb35b78ab90a4dd104d15d9747cb1",
          "s": "0x1389caf81528c9eeebc100d0d5eb8e4139ba1de0d7b255e3166d96f14d455088",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c258501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a08875534219e66c72cd74f8cc7e1e9a2403fbb35b78ab90a4dd104d15d9747cb1a01389caf81528c9eeebc100d0d5eb8e4139ba1de0d7b255e3166d96f14d455088",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000800000000008000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000100000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b2800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b28",
              "logIndex": 4,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b2800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114025,
          "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "confirmations": 86,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0x8875534219e66c72cd74f8cc7e1e9a2403fbb35b78ab90a4dd104d15d9747cb1",
          "s": "0x1389caf81528c9eeebc100d0d5eb8e4139ba1de0d7b255e3166d96f14d455088",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c258501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a08875534219e66c72cd74f8cc7e1e9a2403fbb35b78ab90a4dd104d15d9747cb1a01389caf81528c9eeebc100d0d5eb8e4139ba1de0d7b255e3166d96f14d455088",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000800000000008000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000100000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b2800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b28",
              "logIndex": 4,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b2800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114025,
          "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "confirmations": 86,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0x8875534219e66c72cd74f8cc7e1e9a2403fbb35b78ab90a4dd104d15d9747cb1",
          "s": "0x1389caf81528c9eeebc100d0d5eb8e4139ba1de0d7b255e3166d96f14d455088",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c258501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a08875534219e66c72cd74f8cc7e1e9a2403fbb35b78ab90a4dd104d15d9747cb1a01389caf81528c9eeebc100d0d5eb8e4139ba1de0d7b255e3166d96f14d455088",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000800000000008000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000100000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b2800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b28",
              "logIndex": 4,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b2800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114025,
          "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
          "confirmations": 86,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 37,
          "r": "0x8875534219e66c72cd74f8cc7e1e9a2403fbb35b78ab90a4dd104d15d9747cb1",
          "s": "0x1389caf81528c9eeebc100d0d5eb8e4139ba1de0d7b255e3166d96f14d455088",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c258501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a08875534219e66c72cd74f8cc7e1e9a2403fbb35b78ab90a4dd104d15d9747cb1a01389caf81528c9eeebc100d0d5eb8e4139ba1de0d7b255e3166d96f14d455088",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000800000000008000000000000000000300000000000000000010000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000100000000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b2800000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b28",
              "logIndex": 4,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114025,
              "transactionHash": "0xebf5781044295027c561350e3cc14c8f7d2b564a5d6e2d3e943b7751491c1459",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x000000000000000000000000a12af0296c8bdf55e141c6f6b79564b5034d0b2800000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0x8b0f6ecd859fa08c6b6795ed7a20f9eda9f8b7262914f8973d49aa1380d09067",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114024,
          "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
            "1": "0x0000000000000000000000000000000000000000",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
            "content_type": "0x0000000000000000000000000000000000000000",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "confirmations": 87,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0x1d1074af473bec5d8ee409e5bee2ee25d55322639c64993b4ad7aeb85b52ecf1",
          "s": "0x0a4180425d5045f25fc0d8d58960259f1868213e86b76c7fa027643be4a40331",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c248501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a01d1074af473bec5d8ee409e5bee2ee25d55322639c64993b4ad7aeb85b52ecf1a00a4180425d5045f25fc0d8d58960259f1868213e86b76c7fa027643be4a40331",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000040000000000018000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000001000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa4300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa43",
              "logIndex": 4,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa4300000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114024,
          "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
            "contentAddress": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "confirmations": 87,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0x1d1074af473bec5d8ee409e5bee2ee25d55322639c64993b4ad7aeb85b52ecf1",
          "s": "0x0a4180425d5045f25fc0d8d58960259f1868213e86b76c7fa027643be4a40331",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c248501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a01d1074af473bec5d8ee409e5bee2ee25d55322639c64993b4ad7aeb85b52ecf1a00a4180425d5045f25fc0d8d58960259f1868213e86b76c7fa027643be4a40331",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000040000000000018000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000001000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa4300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa43",
              "logIndex": 4,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa4300000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114024,
          "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "confirmations": 87,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0x1d1074af473bec5d8ee409e5bee2ee25d55322639c64993b4ad7aeb85b52ecf1",
          "s": "0x0a4180425d5045f25fc0d8d58960259f1868213e86b76c7fa027643be4a40331",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c248501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a01d1074af473bec5d8ee409e5bee2ee25d55322639c64993b4ad7aeb85b52ecf1a00a4180425d5045f25fc0d8d58960259f1868213e86b76c7fa027643be4a40331",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000040000000000018000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000001000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa4300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa43",
              "logIndex": 4,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa4300000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114024,
          "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "confirmations": 87,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0x1d1074af473bec5d8ee409e5bee2ee25d55322639c64993b4ad7aeb85b52ecf1",
          "s": "0x0a4180425d5045f25fc0d8d58960259f1868213e86b76c7fa027643be4a40331",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c248501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a01d1074af473bec5d8ee409e5bee2ee25d55322639c64993b4ad7aeb85b52ecf1a00a4180425d5045f25fc0d8d58960259f1868213e86b76c7fa027643be4a40331",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000040000000000018000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000001000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa4300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa43",
              "logIndex": 4,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa4300000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114024,
          "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "confirmations": 87,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0x1d1074af473bec5d8ee409e5bee2ee25d55322639c64993b4ad7aeb85b52ecf1",
          "s": "0x0a4180425d5045f25fc0d8d58960259f1868213e86b76c7fa027643be4a40331",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c248501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a01d1074af473bec5d8ee409e5bee2ee25d55322639c64993b4ad7aeb85b52ecf1a00a4180425d5045f25fc0d8d58960259f1868213e86b76c7fa027643be4a40331",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000040000000000018000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000001000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa4300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa43",
              "logIndex": 4,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa4300000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114024,
          "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
          "data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "containingLibrary": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
          "confirmations": 87,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x415ff2"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 36,
          "r": "0x1d1074af473bec5d8ee409e5bee2ee25d55322639c64993b4ad7aeb85b52ecf1",
          "s": "0x0a4180425d5045f25fc0d8d58960259f1868213e86b76c7fa027643be4a40331",
          "v": 1910456,
          "creates": null,
          "raw": "0xf88c248501dcd6500083415ff2942bb7a21a76cb9093e431c2faac3ddad743e55eac80a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a01d1074af473bec5d8ee409e5bee2ee25d55322639c64993b4ad7aeb85b52ecf1a00a4180425d5045f25fc0d8d58960259f1868213e86b76c7fa027643be4a40331",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x3f662d"
          },
          "logsBloom": "0x0000000004000000000400000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040000008000000000000000000000000000000000000000000000000300000040000000000018000000000000000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000001000000000000000000000000010080000000000000880000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 0,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed5500000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa4300000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x00000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa43",
              "logIndex": 4,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114024,
              "transactionHash": "0xdd33eab65a0c48d956d0eb2a624a221ff8ca7ddafec7233853b6b794d43e8034",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x00000000000000000000000038469794c9ae126d7ebc2ebedf90bbc34ffafa4300000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xacb89803497dc9c217e8759cb111fb2ac1ca972df30025180a8029026f8c85a9",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x3f662d"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114023,
          "blockHash": "0x96f9937f8d2bfc9c0ec5940d2d94ac1e57490703f9142a73e6806cdfbcfe6909",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x4235bd789856d8553460b925677d5b399d2bb31aa6aeb664cfcfe87e729c4553",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__4eZaihm2jPqgXeq5GFHq1uLZ6ow4cZFcrVrF1uWf5voqnXAqkz9zEXMSgNCLpKiMm2Gx4Quskw",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__4eZaihm2jPqgXeq5GFHq1uLZ6ow4cZFcrVrF1uWf5voqnXAqkz9zEXMSgNCLpKiMm2Gx4Quskw",
            "length": 2
          },
          "hash": "0x4235bd789856d8553460b925677d5b399d2bb31aa6aeb664cfcfe87e729c4553",
          "confirmations": 88,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4650,
          "r": "0x28fe4affded830630a6600c10a78a97530333c5a895ad617c121251133896cab",
          "s": "0x6d89d6ebd6da8410769ca054849d48da93a2db45412119d27e1e9e84f6ef1fb4",
          "v": 28,
          "creates": null,
          "raw": "0xf86b82122a8501dcd6500083989680942bb7a21a76cb9093e431c2faac3ddad743e55eac8084446e88261ca028fe4affded830630a6600c10a78a97530333c5a895ad617c121251133896caba06d89d6ebd6da8410769ca054849d48da93a2db45412119d27e1e9e84f6ef1fb4",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1a5a6"
          },
          "logsBloom": "0x00000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000080100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114023,
              "transactionHash": "0x4235bd789856d8553460b925677d5b399d2bb31aa6aeb664cfcfe87e729c4553",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f34655a6169686d326a507167586571354746487131754c5a366f7734635a4663725672463175576635766f716e5841716b7a397a45584d53674e434c704b694d6d324778345175736b77000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x96f9937f8d2bfc9c0ec5940d2d94ac1e57490703f9142a73e6806cdfbcfe6909",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1a5a6"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114022,
          "blockHash": "0xec21344bcb24ed03b9520a28b339a1c07bd0ef4231362e4fcc540a731d5ff220",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f34655a6169686d326a507167586571354746487131754c5a366f7734635a4663725672463175576635766f716e5841716b7a397a45584d53674e434c704b694d6d324778345175736b77000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x0787c62f096806de6fa8498e9f28592d425e2f250c1f86a2c2bf47e0eab2eb59",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "2": "hq__4eZaihm2jPqgXeq5GFHq1uLZ6ow4cZFcrVrF1uWf5voqnXAqkz9zEXMSgNCLpKiMm2Gx4Quskw",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__4eZaihm2jPqgXeq5GFHq1uLZ6ow4cZFcrVrF1uWf5voqnXAqkz9zEXMSgNCLpKiMm2Gx4Quskw",
            "length": 3
          },
          "hash": "0x0787c62f096806de6fa8498e9f28592d425e2f250c1f86a2c2bf47e0eab2eb59",
          "confirmations": 89,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x1bd57"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 35,
          "r": "0x3540a727d5299c4a34d0f62a7efa723f28557a03102920d7f2c16a2432cde25e",
          "s": "0x3ee830fb2664e2fe1d2062bd4024a86de070ce4968a1430596af7e628375c997",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d238501dcd650008301bd57942bb7a21a76cb9093e431c2faac3ddad743e55eac80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f34655a6169686d326a507167586571354746487131754c5a366f7734635a4663725672463175576635766f716e5841716b7a397a45584d53674e434c704b694d6d324778345175736b77000000000000000000000000000000000000831d26b7a03540a727d5299c4a34d0f62a7efa723f28557a03102920d7f2c16a2432cde25ea03ee830fb2664e2fe1d2062bd4024a86de070ce4968a1430596af7e628375c997",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x1bd57"
          },
          "logsBloom": "0x00000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000080000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114022,
              "transactionHash": "0x0787c62f096806de6fa8498e9f28592d425e2f250c1f86a2c2bf47e0eab2eb59",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f34655a6169686d326a507167586571354746487131754c5a366f7734635a4663725672463175576635766f716e5841716b7a397a45584d53674e434c704b694d6d324778345175736b77000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xec21344bcb24ed03b9520a28b339a1c07bd0ef4231362e4fcc540a731d5ff220",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x1bd57"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114021,
          "blockHash": "0x99a5a9cefc78916ab98d8b648754b94f7c4226bd41c455794a7827d06abd98b2",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0xa3aba9e9fa7c2277f3e5002530c4d833aff40f9878f389f33c6e93cd0fbd23dc",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0xa3aba9e9fa7c2277f3e5002530c4d833aff40f9878f389f33c6e93cd0fbd23dc",
          "confirmations": 90,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5fc0"
          },
          "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 34,
          "r": "0x6542d879aef20d605a00fcf92b72ea338689a3663eaeacab82398bd0dbcc05ac",
          "s": "0x5043eaaaf511fcd039318d6583940a3efa4dddeb300305b451d5ccf74e0b318f",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86b228501dcd65000825fc0942bb7a21a76cb9093e431c2faac3ddad743e55eac8084c287e0ed831d26b7a06542d879aef20d605a00fcf92b72ea338689a3663eaeacab82398bd0dbcc05aca05043eaaaf511fcd039318d6583940a3efa4dddeb300305b451d5ccf74e0b318f",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5fc0"
          },
          "logsBloom": "0x00000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114021,
              "transactionHash": "0xa3aba9e9fa7c2277f3e5002530c4d833aff40f9878f389f33c6e93cd0fbd23dc",
              "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x99a5a9cefc78916ab98d8b648754b94f7c4226bd41c455794a7827d06abd98b2",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5fc0"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114020,
          "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
          ],
          "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
          "logIndex": 2,
          "decode": "function",
          "name": "CreateLibrary",
          "signature": "CreateLibrary(address)",
          "topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
          "values": {
            "0": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "libraryAddress": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
          "confirmations": 91,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 33,
          "r": "0xe4a97266807e6fe753b39d288e05d62e758cbaf6813dd9f80cb126abaefa7fbc",
          "s": "0x05da34cce52dd609576aeee10fe377a5103ea5453b6d69a855b75b90db34fa73",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c218501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a0e4a97266807e6fe753b39d288e05d62e758cbaf6813dd9f80cb126abaefa7fbca005da34cce52dd609576aeee10fe377a5103ea5453b6d69a855b75b90db34fa73",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000080000000000000000000000000000040800000000000000080000000080000000000000000000000000000000000000000000000001000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000010000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114020,
              "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 0,
              "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114020,
              "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114020,
              "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 2,
              "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114020,
          "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
          "logIndex": 1,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
          "confirmations": 91,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 33,
          "r": "0xe4a97266807e6fe753b39d288e05d62e758cbaf6813dd9f80cb126abaefa7fbc",
          "s": "0x05da34cce52dd609576aeee10fe377a5103ea5453b6d69a855b75b90db34fa73",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c218501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a0e4a97266807e6fe753b39d288e05d62e758cbaf6813dd9f80cb126abaefa7fbca005da34cce52dd609576aeee10fe377a5103ea5453b6d69a855b75b90db34fa73",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000080000000000000000000000000000040800000000000000080000000080000000000000000000000000000000000000000000000001000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000010000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114020,
              "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 0,
              "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114020,
              "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114020,
              "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 2,
              "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114020,
          "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
          "logIndex": 0,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
          "confirmations": 91,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x35bc93"
          },
          "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 33,
          "r": "0xe4a97266807e6fe753b39d288e05d62e758cbaf6813dd9f80cb126abaefa7fbc",
          "s": "0x05da34cce52dd609576aeee10fe377a5103ea5453b6d69a855b75b90db34fa73",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c218501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a0e4a97266807e6fe753b39d288e05d62e758cbaf6813dd9f80cb126abaefa7fbca005da34cce52dd609576aeee10fe377a5103ea5453b6d69a855b75b90db34fa73",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x34e8ee"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000080000000000000000000000000000040800000000000000080000000080000000000000000000000000000000000000000000000001000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000010000000000000000800000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114020,
              "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 0,
              "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114020,
              "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac00000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 1,
              "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114020,
              "transactionHash": "0x0df7735bfde7d7b54b2a19978a2ce35101eb3533fcefb198c53dd2aa71705c1c",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
              ],
              "data": "0x0000000000000000000000002bb7a21a76cb9093e431c2faac3ddad743e55eac",
              "logIndex": 2,
              "blockHash": "0xff8f446c7bcfa9690598087d3a9e77ec9b86c548c813a3ece05ed574ac8df380",
              "transactionLogIndex": 2
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x34e8ee"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114019,
          "blockHash": "0x9005de842886b046b67a9d2e4a876daf5fdc12f028ca9a29695d4f920775aa52",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x9582561eaa27f0426d43753924f5d4a490aa86cea1f6e233b610ffff0fd34434",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "length": 2
          },
          "hash": "0x9582561eaa27f0426d43753924f5d4a490aa86cea1f6e233b610ffff0fd34434",
          "confirmations": 92,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4649,
          "r": "0x0c2c6fb014ff7165b2ad992b9d5898e9ed43460b43ca9d9fdb5e210efe6f58b2",
          "s": "0x7df548d7faa7db4a6ae0820892358f61bf5d2fbf49ce71e0fd8fe2ed0da557cb",
          "v": 27,
          "creates": null,
          "raw": "0xf86b8212298501dcd6500083989680942772154536f0db0cda6452aeab347d0b0f398dc28084446e88261ba00c2c6fb014ff7165b2ad992b9d5898e9ed43460b43ca9d9fdb5e210efe6f58b2a07df548d7faa7db4a6ae0820892358f61bf5d2fbf49ce71e0fd8fe2ed0da557cb",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x290e3"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114019,
              "transactionHash": "0x9582561eaa27f0426d43753924f5d4a490aa86cea1f6e233b610ffff0fd34434",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f36624d33595277387869664d596e46574766713977416f564c7669786a5a68765a357934397361627142786167386f336f35706850795436344643486164723566725242756743726654000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x9005de842886b046b67a9d2e4a876daf5fdc12f028ca9a29695d4f920775aa52",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x290e3"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114017,
          "blockHash": "0xc78cc0d5cb00e2972d76a54fdb3e9a1d6affc328d4213ad67ce7f041a6b936dd",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x446e8826",
          "topics": [
            "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
          ],
          "transactionHash": "0x8a757defca59566d9cb46f942256b829bd16bb9946e2a81f68a148ea72f652be",
          "logIndex": 0,
          "decode": "function",
          "name": "VersionConfirm",
          "signature": "VersionConfirm(address,string)",
          "topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "hq__51h5heKPcf3yzcr678YNqMoeA9Mhz4eCxaczTiZUCfjY3Agn3Hrx7KtverkBYVDipCKMSq79h3",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "objectHash": "hq__51h5heKPcf3yzcr678YNqMoeA9Mhz4eCxaczTiZUCfjY3Agn3Hrx7KtverkBYVDipCKMSq79h3",
            "length": 2
          },
          "hash": "0x8a757defca59566d9cb46f942256b829bd16bb9946e2a81f68a148ea72f652be",
          "confirmations": 94,
          "from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x989680"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 4648,
          "r": "0x3f37fffdbfd0dadc0cbad3d8b4f48941e98a019aec56425155ccae40415bba84",
          "s": "0x0463bc995f40432092b0c4a0fbabb2256727a045c66393246d22f73ef22392f7",
          "v": 27,
          "creates": null,
          "raw": "0xf86b8212288501dcd6500083989680942772154536f0db0cda6452aeab347d0b0f398dc28084446e88261ba03f37fffdbfd0dadc0cbad3d8b4f48941e98a019aec56425155ccae40415bba84a00463bc995f40432092b0c4a0fbabb2256727a045c66393246d22f73ef22392f7",
          "networkId": 0,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x189c1"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114017,
              "transactionHash": "0x8a757defca59566d9cb46f942256b829bd16bb9946e2a81f68a148ea72f652be",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3531683568654b50636633797a6372363738594e714d6f6541394d687a3465437861637a54695a5543666a593341676e33487278374b747665726b425956446970434b4d537137396833000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xc78cc0d5cb00e2972d76a54fdb3e9a1d6affc328d4213ad67ce7f041a6b936dd",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x189c1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114018,
          "blockHash": "0x16d6d0f6c56f28dc15dc1505f1b410c2fd4007ce4e62a0b51a9f6f92880bfd52",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f36624d33595277387869664d596e46574766713977416f564c7669786a5a68765a357934397361627142786167386f336f35706850795436344643486164723566725242756743726654000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0x9e641b0a26ab5eda12bb0897288f968b2fa760941a923f77f36a920297bb6754",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
            "length": 3
          },
          "hash": "0x9e641b0a26ab5eda12bb0897288f968b2fa760941a923f77f36a920297bb6754",
          "confirmations": 93,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x204ed"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 32,
          "r": "0x247b2afd6ba3ecd544b75931206ae8ecb73518b30d72a45e14fcf40dbb8e253e",
          "s": "0x6784aa997af3c5ec9cf66896d6c634959b4182ad5730958d75c5ab1888ccc368",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d208501dcd65000830204ed942772154536f0db0cda6452aeab347d0b0f398dc280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f36624d33595277387869664d596e46574766713977416f564c7669786a5a68765a357934397361627142786167386f336f35706850795436344643486164723566725242756743726654000000000000000000000000000000000000831d26b7a0247b2afd6ba3ecd544b75931206ae8ecb73518b30d72a45e14fcf40dbb8e253ea06784aa997af3c5ec9cf66896d6c634959b4182ad5730958d75c5ab1888ccc368",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x204ed"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114018,
              "transactionHash": "0x9e641b0a26ab5eda12bb0897288f968b2fa760941a923f77f36a920297bb6754",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f36624d33595277387869664d596e46574766713977416f564c7669786a5a68765a357934397361627142786167386f336f35706850795436344643486164723566725242756743726654000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x16d6d0f6c56f28dc15dc1505f1b410c2fd4007ce4e62a0b51a9f6f92880bfd52",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x204ed"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114016,
          "blockHash": "0xebca0f498cd5a5bfb62d292c1067c203f89c3df88e9f1458d34992d8dd4775cb",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3531683568654b50636633797a6372363738594e714d6f6541394d687a3465437861637a54695a5543666a593341676e33487278374b747665726b425956446970434b4d537137396833000000000000000000000000000000000000",
          "topics": [
            "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
          ],
          "transactionHash": "0xc0076a75448aea58d9688d3184ed40e8656d38ae49e7453c2f2148cb91ec8461",
          "logIndex": 0,
          "decode": "function",
          "name": "CommitPending",
          "signature": "CommitPending(address,address,string)",
          "topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
          "values": {
            "0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "1": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "2": "hq__51h5heKPcf3yzcr678YNqMoeA9Mhz4eCxaczTiZUCfjY3Agn3Hrx7KtverkBYVDipCKMSq79h3",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "parentAddress": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "objectHash": "hq__51h5heKPcf3yzcr678YNqMoeA9Mhz4eCxaczTiZUCfjY3Agn3Hrx7KtverkBYVDipCKMSq79h3",
            "length": 3
          },
          "hash": "0xc0076a75448aea58d9688d3184ed40e8656d38ae49e7453c2f2148cb91ec8461",
          "confirmations": 95,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x23f85"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 31,
          "r": "0x19141b2fccde5b7fb74c19353c0fb8d4bfbb347997e06728fde64b944d33dc6a",
          "s": "0x0d0ea5becac5c1f309a1e1587060a8c1d440736674a986eea70a1778d4a1c4fc",
          "v": 1910455,
          "creates": null,
          "raw": "0xf9010d1f8501dcd6500083023f85942772154536f0db0cda6452aeab347d0b0f398dc280b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3531683568654b50636633797a6372363738594e714d6f6541394d687a3465437861637a54695a5543666a593341676e33487278374b747665726b425956446970434b4d537137396833000000000000000000000000000000000000831d26b7a019141b2fccde5b7fb74c19353c0fb8d4bfbb347997e06728fde64b944d33dc6aa00d0ea5becac5c1f309a1e1587060a8c1d440736674a986eea70a1778d4a1c4fc",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x23f85"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114016,
              "transactionHash": "0xc0076a75448aea58d9688d3184ed40e8656d38ae49e7453c2f2148cb91ec8461",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
              ],
              "data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3531683568654b50636633797a6372363738594e714d6f6541394d687a3465437861637a54695a5543666a593341676e33487278374b747665726b425956446970434b4d537137396833000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0xebca0f498cd5a5bfb62d292c1067c203f89c3df88e9f1458d34992d8dd4775cb",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x23f85"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114015,
          "blockHash": "0x31db7788a779252547a2ac083f928c86acf956415fc25a53f07a726a97dd83af",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0xc287e0ed",
          "topics": [
            "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
          ],
          "transactionHash": "0x79b9b16e70c22b71119d42105c008d6d682b6ff5fc2c9a5cee46da3d6f58f905",
          "logIndex": 0,
          "decode": "function",
          "name": "UpdateRequest",
          "signature": "UpdateRequest(string)",
          "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
          "values": {
            "0": "",
            "objectHash": "",
            "length": 1
          },
          "hash": "0x79b9b16e70c22b71119d42105c008d6d682b6ff5fc2c9a5cee46da3d6f58f905",
          "confirmations": 96,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x5f3c"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 30,
          "r": "0xf12d9b1615540a2aa372f2645565fb1d6dfe048dc218fc487b743abb11d7ea04",
          "s": "0x3eda5840862d10f32bad87c4dbc0d8323d85bcbc894931cef3835c1100ba7ae3",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86b1e8501dcd65000825f3c942772154536f0db0cda6452aeab347d0b0f398dc28084c287e0ed831d26b8a0f12d9b1615540a2aa372f2645565fb1d6dfe048dc218fc487b743abb11d7ea04a03eda5840862d10f32bad87c4dbc0d8323d85bcbc894931cef3835c1100ba7ae3",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x5f3c"
          },
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114015,
              "transactionHash": "0x79b9b16e70c22b71119d42105c008d6d682b6ff5fc2c9a5cee46da3d6f58f905",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
              ],
              "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 0,
              "blockHash": "0x31db7788a779252547a2ac083f928c86acf956415fc25a53f07a726a97dd83af",
              "transactionLogIndex": 0
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x5f3c"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114013,
          "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "data": "0x1e35d8fa000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d",
          "topics": [
            "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
          ],
          "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "logIndex": 5,
          "decode": "function",
          "name": "ContentObjectCreated",
          "signature": "ContentObjectCreated(address,address,address)",
          "topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
          "values": {
            "0": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "1": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "contentAddress": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "content_type": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "length": 3
          },
          "contract": "BaseLibrary",
          "hash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "confirmations": 98,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x426757"
          },
          "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 28,
          "r": "0x61112fe10a27ef1b1cb450de0ebc326b9ae8dd4914ffdde9b8421a71108e33b8",
          "s": "0x31a329d6ef93a0bb15fde517c77b96efc05d162e760635d818a450712b0c6871",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c1c8501dcd650008342675794b36d5c8f97bc14e7a49c51249f60f8d8e7c5d86780a41e35d8fa000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d831d26b7a061112fe10a27ef1b1cb450de0ebc326b9ae8dd4914ffdde9b8421a71108e33b8a031a329d6ef93a0bb15fde517c77b96efc05d162e760635d818a450712b0c6871",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x4063b1"
          },
          "logsBloom": "0x0000000044000000000000000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040080008000000000000000000000000000000000000000000000000300000000000000000000000000000000000080000000000000000000000000000000000001000000000000000000080000000000000000002020000000001000000000080000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000802000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
              "logIndex": 0,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc200000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2",
              "logIndex": 4,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x4063b1"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114013,
          "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d",
          "topics": [
            "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
          ],
          "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "logIndex": 4,
          "decode": "function",
          "name": "CreateContent",
          "signature": "CreateContent(address)",
          "topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
          "values": {
            "0": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "contentAddress": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "confirmations": 98,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x426757"
          },
          "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 28,
          "r": "0x61112fe10a27ef1b1cb450de0ebc326b9ae8dd4914ffdde9b8421a71108e33b8",
          "s": "0x31a329d6ef93a0bb15fde517c77b96efc05d162e760635d818a450712b0c6871",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c1c8501dcd650008342675794b36d5c8f97bc14e7a49c51249f60f8d8e7c5d86780a41e35d8fa000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d831d26b7a061112fe10a27ef1b1cb450de0ebc326b9ae8dd4914ffdde9b8421a71108e33b8a031a329d6ef93a0bb15fde517c77b96efc05d162e760635d818a450712b0c6871",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x4063b1"
          },
          "logsBloom": "0x0000000044000000000000000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040080008000000000000000000000000000000000000000000000000300000000000000000000000000000000000080000000000000000000000000000000000001000000000000000000080000000000000000002020000000001000000000080000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000802000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
              "logIndex": 0,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc200000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2",
              "logIndex": 4,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x4063b1"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114013,
          "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
          "data": "0x1e35d8fa000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d",
          "topics": [
            "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
          ],
          "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "logIndex": 3,
          "decode": "function",
          "name": "RightsChanged",
          "signature": "RightsChanged(address,address,uint8)",
          "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "1": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "2": 200,
            "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "entity": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "aggregate": 200,
            "length": 3
          },
          "hash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "confirmations": 98,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x426757"
          },
          "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 28,
          "r": "0x61112fe10a27ef1b1cb450de0ebc326b9ae8dd4914ffdde9b8421a71108e33b8",
          "s": "0x31a329d6ef93a0bb15fde517c77b96efc05d162e760635d818a450712b0c6871",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c1c8501dcd650008342675794b36d5c8f97bc14e7a49c51249f60f8d8e7c5d86780a41e35d8fa000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d831d26b7a061112fe10a27ef1b1cb450de0ebc326b9ae8dd4914ffdde9b8421a71108e33b8a031a329d6ef93a0bb15fde517c77b96efc05d162e760635d818a450712b0c6871",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x4063b1"
          },
          "logsBloom": "0x0000000044000000000000000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040080008000000000000000000000000000000000000000000000000300000000000000000000000000000000000080000000000000000000000000000000000001000000000000000000080000000000000000002020000000001000000000080000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000802000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
              "logIndex": 0,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc200000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2",
              "logIndex": 4,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x4063b1"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114013,
          "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
          "data": "0x1e35d8fa000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d",
          "topics": [
            "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
          ],
          "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "logIndex": 2,
          "decode": "function",
          "name": "GetAccessWallet",
          "signature": "GetAccessWallet(address)",
          "topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
          "values": {
            "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "walletAddress": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "length": 1
          },
          "contract": "BaseContentSpace",
          "hash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "confirmations": 98,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x426757"
          },
          "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 28,
          "r": "0x61112fe10a27ef1b1cb450de0ebc326b9ae8dd4914ffdde9b8421a71108e33b8",
          "s": "0x31a329d6ef93a0bb15fde517c77b96efc05d162e760635d818a450712b0c6871",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c1c8501dcd650008342675794b36d5c8f97bc14e7a49c51249f60f8d8e7c5d86780a41e35d8fa000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d831d26b7a061112fe10a27ef1b1cb450de0ebc326b9ae8dd4914ffdde9b8421a71108e33b8a031a329d6ef93a0bb15fde517c77b96efc05d162e760635d818a450712b0c6871",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x4063b1"
          },
          "logsBloom": "0x0000000044000000000000000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040080008000000000000000000000000000000000000000000000000300000000000000000000000000000000000080000000000000000000000000000000000001000000000000000000080000000000000000002020000000001000000000080000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000802000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
              "logIndex": 0,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc200000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2",
              "logIndex": 4,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x4063b1"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114013,
          "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x1e35d8fa000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "logIndex": 1,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x0000000000000000000000000000000000000000",
            "contentContractAddress": "0x0000000000000000000000000000000000000000",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "confirmations": 98,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x426757"
          },
          "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 28,
          "r": "0x61112fe10a27ef1b1cb450de0ebc326b9ae8dd4914ffdde9b8421a71108e33b8",
          "s": "0x31a329d6ef93a0bb15fde517c77b96efc05d162e760635d818a450712b0c6871",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c1c8501dcd650008342675794b36d5c8f97bc14e7a49c51249f60f8d8e7c5d86780a41e35d8fa000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d831d26b7a061112fe10a27ef1b1cb450de0ebc326b9ae8dd4914ffdde9b8421a71108e33b8a031a329d6ef93a0bb15fde517c77b96efc05d162e760635d818a450712b0c6871",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x4063b1"
          },
          "logsBloom": "0x0000000044000000000000000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040080008000000000000000000000000000000000000000000000000300000000000000000000000000000000000080000000000000000000000000000000000001000000000000000000080000000000000000002020000000001000000000080000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000802000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
              "logIndex": 0,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc200000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2",
              "logIndex": 4,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x4063b1"
          },
          "status": 1,
          "byzantium": true
        },
        {
          "blockNumber": 114013,
          "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "transactionIndex": 0,
          "removed": false,
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "data": "0x1e35d8fa000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d",
          "topics": [
            "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
          ],
          "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "logIndex": 0,
          "decode": "function",
          "name": "ContentObjectCreate",
          "signature": "ContentObjectCreate(address)",
          "topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
          "values": {
            "0": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "containingLibrary": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "length": 1
          },
          "contract": "BaseContent",
          "hash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
          "confirmations": 98,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "gasLimit": {
            "_hex": "0x426757"
          },
          "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
          "value": {
            "_hex": "0x0"
          },
          "nonce": 28,
          "r": "0x61112fe10a27ef1b1cb450de0ebc326b9ae8dd4914ffdde9b8421a71108e33b8",
          "s": "0x31a329d6ef93a0bb15fde517c77b96efc05d162e760635d818a450712b0c6871",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88c1c8501dcd650008342675794b36d5c8f97bc14e7a49c51249f60f8d8e7c5d86780a41e35d8fa000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d831d26b7a061112fe10a27ef1b1cb450de0ebc326b9ae8dd4914ffdde9b8421a71108e33b8a031a329d6ef93a0bb15fde517c77b96efc05d162e760635d818a450712b0c6871",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "gasUsed": {
            "_hex": "0x4063b1"
          },
          "logsBloom": "0x0000000044000000000000000000000000000000000000000000000000000002000008000004000000000000100000000008000000000000800000000000000004080000000000000000040080008000000000000000000000000000000000000000000000000300000000000000000000000000000000000080000000000000000000000000000000000001000000000000000000080000000000000000002020000000001000000000080000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000010080000000000000802000000000000000000",
          "logs": [
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
              ],
              "data": "0x000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d867",
              "logIndex": 0,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 0
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
              "topics": [
                "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
              ],
              "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
              "logIndex": 1,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 1
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed55",
              "logIndex": 2,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 2
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "topics": [
                "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
              ],
              "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc200000000000000000000000000000000000000000000000000000000000000c8",
              "logIndex": 3,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 3
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
              "topics": [
                "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
              ],
              "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2",
              "logIndex": 4,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 4
            },
            {
              "transactionIndex": 0,
              "blockNumber": 114013,
              "transactionHash": "0xb32c02517579fd77c5a16020c0744ea6e61fe07ce6af4c33b9745f44a5e38c08",
              "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
              "topics": [
                "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
              ],
              "data": "0x0000000000000000000000002772154536f0db0cda6452aeab347d0b0f398dc2000000000000000000000000bf2c6b30aad4001433883f11d4c6e0ad7f02532d0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
              "logIndex": 5,
              "blockHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
              "transactionLogIndex": 5
            }
          ],
          "cumulativeGasUsed": {
            "_hex": "0x4063b1"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114014,
          "blockHash": "0x26688a28b82d94275304baf53408fcfc419984af4a0f882d95e5d18a7068b355",
          "hash": "0xb15253e4c19f808c6039c4ddd4f141d90c5976900641520dac5dc0e3236b073b",
          "parentHash": "0xa8be16b177cbf900efe4c3bacb24a20a74ad844e523dad5bdea5507b3bee50d3",
          "number": 114014,
          "timestamp": 1573253205,
          "nonce": 29,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x6dd2"
          },
          "gasUsed": {
            "_hex": "0x6dd2"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000009f23160ddca35047ff56f36480e281296d026f0b3e1fbcf0641dfe592e48512e15feefe5fe44225b106a4b0cb3ebdaae1bcec672066ee3372268e88c23f2d8f000",
          "transactions": [
            "0xb15253e4c19f808c6039c4ddd4f141d90c5976900641520dac5dc0e3236b073b"
          ],
          "transactionHash": "0xb15253e4c19f808c6039c4ddd4f141d90c5976900641520dac5dc0e3236b073b",
          "transactionIndex": 0,
          "confirmations": 97,
          "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "value": {
            "_hex": "0x0"
          },
          "data": "0xaa024e8b0000000000000000000000000000000000000000000000000000000000000064",
          "r": "0xdc26e06a7b8f163e1a2e754a877ea25a79291a43cbecddca147277c97fac11dd",
          "s": "0x24d62d5b9474d3cf88fbbda539a01cf8bae806f30b40797f8be76d519446d45e",
          "v": 1910455,
          "creates": null,
          "raw": "0xf88b1d8501dcd65000826dd2942772154536f0db0cda6452aeab347d0b0f398dc280a4aa024e8b0000000000000000000000000000000000000000000000000000000000000064831d26b7a0dc26e06a7b8f163e1a2e754a877ea25a79291a43cbecddca147277c97fac11dda024d62d5b9474d3cf88fbbda539a01cf8bae806f30b40797f8be76d519446d45e",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x6dd2"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114012,
          "blockHash": "0xb7ea4ebaaf1667cff0fb8a723e93104dda610948e342531a15764c327b1255cd",
          "hash": "0x0cc52d4a695d3b1ebf13c22c5734f91095f1f470e55757c0430a4edb39e872ff",
          "parentHash": "0x3fdfc37c3d9fb9bcc722ebf3e0285e1fbae674349479ca7ba8b73102e47727ff",
          "number": 114012,
          "timestamp": 1573253203,
          "nonce": 15,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x5208"
          },
          "gasUsed": {
            "_hex": "0x5208"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e75780000000000000000005e0c035aeea4bcb26e1b6ebe6513ea4a357d70a31ec1fb3a92e3e36698caafa47223c2b33698f22623863a3da33cf29ca86398f8e00fd0127e4ab3764a198cfa00",
          "transactions": [
            "0x0cc52d4a695d3b1ebf13c22c5734f91095f1f470e55757c0430a4edb39e872ff"
          ],
          "transactionHash": "0x0cc52d4a695d3b1ebf13c22c5734f91095f1f470e55757c0430a4edb39e872ff",
          "transactionIndex": 0,
          "confirmations": 99,
          "from": "0xAC78b11eb4585C6278E438e6B25E6748dCb3C6eC",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
          "value": {
            "_hex": "0x84fe898eea48e000"
          },
          "data": "0x",
          "r": "0x2429577384fcbf49e4b0ab547385b2e9a607bf422253446528e8d097fe42224a",
          "s": "0x517fff7f89462fe2ba4f5421447dfa9fa7253d3045e9d50f259f30e77bd0253f",
          "v": 1910455,
          "creates": null,
          "raw": "0xf86f0f8501dcd6500082520894d9dc97b58c5f2584062cf69775d160ed9a3bfbc48884fe898eea48e00080831d26b7a02429577384fcbf49e4b0ab547385b2e9a607bf422253446528e8d097fe42224aa0517fff7f89462fe2ba4f5421447dfa9fa7253d3045e9d50f259f30e77bd0253f",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x5208"
          },
          "status": 1,
          "byzantium": true
        }
      ],
      [
        {
          "blockNumber": 114011,
          "blockHash": "0x3fdfc37c3d9fb9bcc722ebf3e0285e1fbae674349479ca7ba8b73102e47727ff",
          "hash": "0xa9a2bb680401f5cf015748330e7472d67cffcaa169795280959c748228f0fc00",
          "parentHash": "0xdb5ae0d457e2158760b048d3e4403f202dbc0f7b67c055adf39a6cfd00f62400",
          "number": 114011,
          "timestamp": 1573253203,
          "nonce": 17,
          "difficulty": 2,
          "gasLimit": {
            "_hex": "0x5208"
          },
          "gasUsed": {
            "_hex": "0x5208"
          },
          "miner": "0x0000000000000000000000000000000000000000",
          "extraData": "0xd683010815846765746886676f312e3133856c696e757800000000000000000077c572516ad8a702f121c15185a7a2ccbdeeaf0cbdc6c59113010d5d8aa10a4d3676cb029b5a1d89a0883a7f53cf032e008faf857a1a3dadaaf46463cac0738b00",
          "transactions": [
            "0xa9a2bb680401f5cf015748330e7472d67cffcaa169795280959c748228f0fc00"
          ],
          "transactionHash": "0xa9a2bb680401f5cf015748330e7472d67cffcaa169795280959c748228f0fc00",
          "transactionIndex": 0,
          "confirmations": 100,
          "from": "0xE065Ba1195BAfc44b8fC72F1C1f973f5deB2a4a8",
          "gasPrice": {
            "_hex": "0x1dcd65000"
          },
          "to": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
          "value": {
            "_hex": "0x86afb2697458e000"
          },
          "data": "0x",
          "r": "0x8d8e517a8d6a43e443d1bf98bee72fe7f0328557902e2b1136f440d2a3e1684e",
          "s": "0x2d6c870d4b2f31dfcf474ff2a1bc088abc15a869c7e2868a07b2e79f24084dcd",
          "v": 1910456,
          "creates": null,
          "raw": "0xf86f118501dcd6500082520894d9dc97b58c5f2584062cf69775d160ed9a3bfbc48886afb2697458e00080831d26b8a08d8e517a8d6a43e443d1bf98bee72fe7f0328557902e2b1136f440d2a3e1684ea02d6c870d4b2f31dfcf474ff2a1bc088abc15a869c7e2868a07b2e79f24084dcd",
          "networkId": 955210,
          "wait": "function",
          "contractAddress": null,
          "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
          "logs": [],
          "cumulativeGasUsed": {
            "_hex": "0x5208"
          },
          "status": 1,
          "byzantium": true
        }
      ]
    ]
    Source:

    ExtractEventFromLogs({
    contractAddress,
    abi,
    event,
    eventName
    })
    → Promise.<Object>

    Extract the specified event log from the given event obtained from the CallContractAndMethodAndWait method

    Returns: The parsed event log from the event
    Parameters:
    Name Type Description
    contractAddress string

    Address of the contract to call the specified method on

    abi Object

    ABI of contract

    event Object

    Event of the transaction from CallContractMethodAndWait

    eventName string

    Name of the event to parse

    Examples
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
        "from": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x626a"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x3db905c4473d0a9dbd1656d7d86520a4fa93773b5cd9c77e29f2caf79aa925c5",
        "transactionHash": "0xd39798ac38f275bd7eefadcd71db2bf4585ea23934d72f10b0c3aa5da5fdd675",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 113928,
            "transactionHash": "0xd39798ac38f275bd7eefadcd71db2bf4585ea23934d72f10b0c3aa5da5fdd675",
            "address": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x3db905c4473d0a9dbd1656d7d86520a4fa93773b5cd9c77e29f2caf79aa925c5",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 113928,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x626a"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x60f4"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000020000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x2e49b76feea24f476e880e91fb14367c1ef071b91cf4204d3f1fe7944ed11911",
        "transactionHash": "0xabc42b6576c7587d877163f5f761f956e572404ff3fe78a3500771a43732c05b",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 113947,
            "transactionHash": "0xabc42b6576c7587d877163f5f761f956e572404ff3fe78a3500771a43732c05b",
            "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x2e49b76feea24f476e880e91fb14367c1ef071b91cf4204d3f1fe7944ed11911",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 113947,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x60f4"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5d00"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xf2b585fcce36b0e1f88c634cd3826a87826e98a3a865ded124915c87c25c84fa",
        "transactionHash": "0x75bb4375b96b1f48bb7d05b699a8b29f0483610c9936a4ffe27f1257f09d1aa2",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 113967,
            "transactionHash": "0x75bb4375b96b1f48bb7d05b699a8b29f0483610c9936a4ffe27f1257f09d1aa2",
            "address": "0xBF2C6B30AAD4001433883f11D4c6e0aD7f02532D",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0xf2b585fcce36b0e1f88c634cd3826a87826e98a3a865ded124915c87c25c84fa",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 113967,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5d00"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5fc0"
        },
        "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000",
        "blockHash": "0xdf95e0a5ec751556b1ee2021744dabb53c3b51ad6e2856112241de8a7ee5d963",
        "transactionHash": "0xa2f533016ccf48d9b32e38a75e30aac1c77df1ae3007701045952627ff56aaf0",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 113979,
            "transactionHash": "0xa2f533016ccf48d9b32e38a75e30aac1c77df1ae3007701045952627ff56aaf0",
            "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0xdf95e0a5ec751556b1ee2021744dabb53c3b51ad6e2856112241de8a7ee5d963",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 113979,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5fc0"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5d79"
        },
        "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000002000000000000000000",
        "blockHash": "0xf14c8bbfd3966b04678d5926ec228e37da9952de6b9ad6457bb81f6cedd07473",
        "transactionHash": "0x6343cb3a57cb49d87f8ca7eb4e6ab08699a9603a37eb80ea0de87832b9e653bb",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 113986,
            "transactionHash": "0x6343cb3a57cb49d87f8ca7eb4e6ab08699a9603a37eb80ea0de87832b9e653bb",
            "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "topics": [
              "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
            ],
            "data": "0x",
            "logIndex": 0,
            "blockHash": "0xf14c8bbfd3966b04678d5926ec228e37da9952de6b9ad6457bb81f6cedd07473",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "AccessRequest",
            "signature": "AccessRequest()",
            "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
            "values": {
              "length": 0
            }
          }
        ],
        "blockNumber": 113986,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5d79"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "decode": "function",
      "name": "AccessRequest",
      "signature": "AccessRequest()",
      "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
      "values": {
        "length": 0
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x31fd4"
        },
        "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000040800000000000000000000000000080000000000020000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000004000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000010000000000000000000000000000000002000000000000000000",
        "blockHash": "0x8edd84d35ba5b2c7b63a77913adccc3790b2224a9ca8b7dc8721d9d97c638387",
        "transactionHash": "0x4104afb4f19e41cd7977759eb70ccea227808cfcb9b5d8739bf5be06d827e40b",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 113998,
            "transactionHash": "0x4104afb4f19e41cd7977759eb70ccea227808cfcb9b5d8739bf5be06d827e40b",
            "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "topics": [
              "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61"
            ],
            "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c",
            "logIndex": 0,
            "blockHash": "0x8edd84d35ba5b2c7b63a77913adccc3790b2224a9ca8b7dc8721d9d97c638387",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "ContributorGroupAdded",
            "signature": "ContributorGroupAdded(address)",
            "topic": "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61",
            "values": {
              "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 113998,
            "transactionHash": "0x4104afb4f19e41cd7977759eb70ccea227808cfcb9b5d8739bf5be06d827e40b",
            "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000014",
            "logIndex": 1,
            "blockHash": "0x8edd84d35ba5b2c7b63a77913adccc3790b2224a9ca8b7dc8721d9d97c638387",
            "transactionLogIndex": 1
          }
        ],
        "blockNumber": 113998,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x31fd4"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "ContributorGroupAdded"
    });
    
    
    {
      "decode": "function",
      "name": "ContributorGroupAdded",
      "signature": "ContributorGroupAdded(address)",
      "topic": "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61",
      "values": {
        "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x1f64f"
        },
        "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000080000000000020000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000010000004000000000000000000000000008000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000",
        "blockHash": "0x8c2d1fa781322c70e62d8368c7538372209c6a57c30e9cbac87f11ca5abe1b9a",
        "transactionHash": "0x0d0b7e887a4848ba639a2866a60de482fa89bbbc8a4b8cf16570f5379c47435f",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114000,
            "transactionHash": "0x0d0b7e887a4848ba639a2866a60de482fa89bbbc8a4b8cf16570f5379c47435f",
            "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "topics": [
              "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb"
            ],
            "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c",
            "logIndex": 0,
            "blockHash": "0x8c2d1fa781322c70e62d8368c7538372209c6a57c30e9cbac87f11ca5abe1b9a",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "ReviewerGroupAdded",
            "signature": "ReviewerGroupAdded(address)",
            "topic": "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb",
            "values": {
              "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 114000,
            "transactionHash": "0x0d0b7e887a4848ba639a2866a60de482fa89bbbc8a4b8cf16570f5379c47435f",
            "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000016",
            "logIndex": 1,
            "blockHash": "0x8c2d1fa781322c70e62d8368c7538372209c6a57c30e9cbac87f11ca5abe1b9a",
            "transactionLogIndex": 1
          }
        ],
        "blockNumber": 114000,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x1f64f"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "ReviewerGroupAdded"
    });
    
    
    {
      "decode": "function",
      "name": "ReviewerGroupAdded",
      "signature": "ReviewerGroupAdded(address)",
      "topic": "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb",
      "values": {
        "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x1f29d"
        },
        "logsBloom": "0x00000000400000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000004080000000000020000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000004000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000",
        "blockHash": "0x08fe4f9ce697bff5294793df1a22bd10e64b07c5ebf42282e860609f4b6e5116",
        "transactionHash": "0xfeba0ffb70ddfd130f4df17fdf53271cdf66637d6a935fead398e6e25b7a1498",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114003,
            "transactionHash": "0xfeba0ffb70ddfd130f4df17fdf53271cdf66637d6a935fead398e6e25b7a1498",
            "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "topics": [
              "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411"
            ],
            "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c",
            "logIndex": 0,
            "blockHash": "0x08fe4f9ce697bff5294793df1a22bd10e64b07c5ebf42282e860609f4b6e5116",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "AccessorGroupAdded",
            "signature": "AccessorGroupAdded(address)",
            "topic": "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411",
            "values": {
              "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 114003,
            "transactionHash": "0xfeba0ffb70ddfd130f4df17fdf53271cdf66637d6a935fead398e6e25b7a1498",
            "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c000000000000000000000000b36d5c8f97bc14e7a49c51249f60f8d8e7c5d8670000000000000000000000000000000000000000000000000000000000000016",
            "logIndex": 1,
            "blockHash": "0x08fe4f9ce697bff5294793df1a22bd10e64b07c5ebf42282e860609f4b6e5116",
            "transactionLogIndex": 1
          }
        ],
        "blockNumber": 114003,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x1f29d"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessorGroupAdded"
    });
    
    
    {
      "decode": "function",
      "name": "AccessorGroupAdded",
      "signature": "AccessorGroupAdded(address)",
      "topic": "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411",
      "values": {
        "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x46c2"
        },
        "logsBloom": "0x00000000400000000000000000000000000800000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000",
        "blockHash": "0x516ff48a437c1837b314b6de3e99dddb0ad17883408725b85e82fb3161b5fb3a",
        "transactionHash": "0x2b5209fb908303b70c69c89a5880072ca8f80fabf01aa0d15d24284f610a219a",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114005,
            "transactionHash": "0x2b5209fb908303b70c69c89a5880072ca8f80fabf01aa0d15d24284f610a219a",
            "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "topics": [
              "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb"
            ],
            "data": "0x0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c",
            "logIndex": 0,
            "blockHash": "0x516ff48a437c1837b314b6de3e99dddb0ad17883408725b85e82fb3161b5fb3a",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "ReviewerGroupRemoved",
            "signature": "ReviewerGroupRemoved(address)",
            "topic": "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb",
            "values": {
              "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "length": 1
            }
          }
        ],
        "blockNumber": 114005,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x46c2"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "ReviewerGroupRemoved"
    });
    
    
    {
      "decode": "function",
      "name": "ReviewerGroupRemoved",
      "signature": "ReviewerGroupRemoved(address)",
      "topic": "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb",
      "values": {
        "0": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "group": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5f3c"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x31db7788a779252547a2ac083f928c86acf956415fc25a53f07a726a97dd83af",
        "transactionHash": "0x79b9b16e70c22b71119d42105c008d6d682b6ff5fc2c9a5cee46da3d6f58f905",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114015,
            "transactionHash": "0x79b9b16e70c22b71119d42105c008d6d682b6ff5fc2c9a5cee46da3d6f58f905",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x31db7788a779252547a2ac083f928c86acf956415fc25a53f07a726a97dd83af",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114015,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5f3c"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5fc0"
        },
        "logsBloom": "0x00000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000",
        "blockHash": "0x99a5a9cefc78916ab98d8b648754b94f7c4226bd41c455794a7827d06abd98b2",
        "transactionHash": "0xa3aba9e9fa7c2277f3e5002530c4d833aff40f9878f389f33c6e93cd0fbd23dc",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114021,
            "transactionHash": "0xa3aba9e9fa7c2277f3e5002530c4d833aff40f9878f389f33c6e93cd0fbd23dc",
            "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x99a5a9cefc78916ab98d8b648754b94f7c4226bd41c455794a7827d06abd98b2",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114021,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5fc0"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5f3c"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000004000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x8d7064f4bbd6a5f407040dfebeed5152fdaafb8fd1f8fc726e3254d5034cd76a",
        "transactionHash": "0x25e5d8331684fd653f7635a7a4ac1cdb830556f7385a6d7c4bfadd9a3585fe30",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114028,
            "transactionHash": "0x25e5d8331684fd653f7635a7a4ac1cdb830556f7385a6d7c4bfadd9a3585fe30",
            "address": "0x81A6059b278dDe5051393b0B8967e8704625F7A7",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x8d7064f4bbd6a5f407040dfebeed5152fdaafb8fd1f8fc726e3254d5034cd76a",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114028,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5f3c"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5f3c"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000040000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x263f635c8422eb4d3072863eb8361ef2922fc6cf32309dda130084cf2495b59a",
        "transactionHash": "0x13a7297223bcb6297bc0c42318db77fd386209e10b52709575c3e8effac7f525",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114029,
            "transactionHash": "0x13a7297223bcb6297bc0c42318db77fd386209e10b52709575c3e8effac7f525",
            "address": "0x77211E30296DA87a1565195934be1ab09dBdd3E2",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x263f635c8422eb4d3072863eb8361ef2922fc6cf32309dda130084cf2495b59a",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114029,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5f3c"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5f3c"
        },
        "logsBloom": "0x00000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xc40115ed2c120bfcd1aaac2396fe1a7b8bd36478e6395542ee325d7176a1556b",
        "transactionHash": "0x792edf1aae3ec51c3d3b645d1a011b463601723ec3f2a7aa57b114e72518a08c",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114032,
            "transactionHash": "0x792edf1aae3ec51c3d3b645d1a011b463601723ec3f2a7aa57b114e72518a08c",
            "address": "0xE3c62B470B16b8D235E1418e1C958eCe5732EFa4",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0xc40115ed2c120bfcd1aaac2396fe1a7b8bd36478e6395542ee325d7176a1556b",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114032,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5f3c"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5f3c"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000001000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xfee69a009132e3d50767ee593705019d52cb00f03ed56b54b996bd4924e19aa7",
        "transactionHash": "0x79a0f912bc8ac9b4e54b269424b2382ae30803ae75c427fe71d1710e7f088091",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114035,
            "transactionHash": "0x79a0f912bc8ac9b4e54b269424b2382ae30803ae75c427fe71d1710e7f088091",
            "address": "0x17ee368633a5F48B76c6631Fa1800E838baf5e8F",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0xfee69a009132e3d50767ee593705019d52cb00f03ed56b54b996bd4924e19aa7",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114035,
        "confirmations": 2,
        "cumulativeGasUsed": {
          "_hex": "0x5f3c"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5f3c"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000080000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x159b05fb710224029c37f2c26b553ce4e3eefc3dfb6c80e3693c34818e6ba8a4",
        "transactionHash": "0xdf0d8782a2ee6594d89a90942cbff3d51c38e34632ea7fdd985c0570d7a6e1dc",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114038,
            "transactionHash": "0xdf0d8782a2ee6594d89a90942cbff3d51c38e34632ea7fdd985c0570d7a6e1dc",
            "address": "0x38469794c9aE126D7eBC2ebedf90bbc34fFaFa43",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x159b05fb710224029c37f2c26b553ce4e3eefc3dfb6c80e3693c34818e6ba8a4",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114038,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5f3c"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x21266D198131102B08Ea6515218Dc56895198d6a",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5f3c"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xd48f4d875f59e51c207e6712c0caa31ca4915252c7c6f258140653c20d22c156",
        "transactionHash": "0xbfee27518df0ae8c2c323f2d1c2f4be82dc84375a6c1dcc581c5cb4b8ecccdde",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114039,
            "transactionHash": "0xbfee27518df0ae8c2c323f2d1c2f4be82dc84375a6c1dcc581c5cb4b8ecccdde",
            "address": "0x21266D198131102B08Ea6515218Dc56895198d6a",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0xd48f4d875f59e51c207e6712c0caa31ca4915252c7c6f258140653c20d22c156",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114039,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5f3c"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5f3c"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000080000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x98a2c8609fb55e1f7f58d710a70aaf59b3a2de7bc1051fbcae4b24d5f9b900f0",
        "transactionHash": "0x7d445524ef3fd7cd8026508d14ad44cc6dfabe2c952fce26649f7d2793a565d2",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114043,
            "transactionHash": "0x7d445524ef3fd7cd8026508d14ad44cc6dfabe2c952fce26649f7d2793a565d2",
            "address": "0xa12AF0296C8bDF55E141C6f6B79564B5034d0B28",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x98a2c8609fb55e1f7f58d710a70aaf59b3a2de7bc1051fbcae4b24d5f9b900f0",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114043,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5f3c"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5f3c"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000",
        "blockHash": "0xba013d52c1804fb8a37017d6f87efaaec1b683c6d17e0affcc858a78a672c583",
        "transactionHash": "0xe92450a68b860eb11e6191c9a278d36e83c627c4d8fb13f666a2ba39ff76b283",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114048,
            "transactionHash": "0xe92450a68b860eb11e6191c9a278d36e83c627c4d8fb13f666a2ba39ff76b283",
            "address": "0x05f1f9e508f567bb939AD93A4184B3D4c5ADf595",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0xba013d52c1804fb8a37017d6f87efaaec1b683c6d17e0affcc858a78a672c583",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114048,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5f3c"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5f3c"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000400000000000000000000010000800000010000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xa65b001815780b8ae24ba42b88665feeca7bed7dc0f0e4da4dd3971c5c20cacf",
        "transactionHash": "0x63942c643220f88a508b8f5b11741445c1b5f5b4a43f8d1344c454a558352b60",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114051,
            "transactionHash": "0x63942c643220f88a508b8f5b11741445c1b5f5b4a43f8d1344c454a558352b60",
            "address": "0xF4A26FD3ebE36162EDf9081C371c5639F1A4cb3a",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0xa65b001815780b8ae24ba42b88665feeca7bed7dc0f0e4da4dd3971c5c20cacf",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114051,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5f3c"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x71416adC379E3950dC78302596bF3FC59af92A60",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5f3c"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000200000000000000000000000000000020000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x0891b5586dc7223274e9af116ede1e8c81057384cfba3b87fb1efa83acef7864",
        "transactionHash": "0xc56cdcfacb518df10a05ad0029e730394164ce6074a3b1e184657083b0e4cbb3",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114053,
            "transactionHash": "0xc56cdcfacb518df10a05ad0029e730394164ce6074a3b1e184657083b0e4cbb3",
            "address": "0x71416adC379E3950dC78302596bF3FC59af92A60",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x0891b5586dc7223274e9af116ede1e8c81057384cfba3b87fb1efa83acef7864",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114053,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5f3c"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5d79"
        },
        "logsBloom": "0x00000000000000000004000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000080000000000000000000",
        "blockHash": "0x30f080e49f092ddfefeeec22c0dae201205eeb6e929e3b43704cf6fa70cb3bbc",
        "transactionHash": "0x4de502167bf7fb1a24fe11d537effdfe6549d94d01a32a65a59826795e031f40",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114064,
            "transactionHash": "0x4de502167bf7fb1a24fe11d537effdfe6549d94d01a32a65a59826795e031f40",
            "address": "0x2bb7A21a76cB9093E431C2faAc3dDAD743e55EAC",
            "topics": [
              "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
            ],
            "data": "0x",
            "logIndex": 0,
            "blockHash": "0x30f080e49f092ddfefeeec22c0dae201205eeb6e929e3b43704cf6fa70cb3bbc",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "AccessRequest",
            "signature": "AccessRequest()",
            "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
            "values": {
              "length": 0
            }
          }
        ],
        "blockNumber": 114064,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5d79"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "decode": "function",
      "name": "AccessRequest",
      "signature": "AccessRequest()",
      "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
      "values": {
        "length": 0
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x18bd5"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
        "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114065,
            "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 114065,
            "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
            "transactionLogIndex": 1,
            "decode": "function",
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 114065,
            "transactionHash": "0x1485c5255563ef0f8252aeaeeb94c54b2b00d36abdccbefb664466345256f4be",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f36624d33595277387869664d596e46574766713977416f564c7669786a5a68765a357934397361627142786167386f336f357068507954363446434861647235667252427567437266540000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 2,
            "blockHash": "0xb3ac1f07a8a47e9661afda9df858ef6a9671c5f9829925d818224979a16c7581",
            "transactionLogIndex": 2,
            "decode": "function",
            "name": "AccessRequest",
            "signature": "AccessRequest(uint256,uint8,string,string,string)",
            "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
            "values": {
              "0": {
                "_hex": "0x01"
              },
              "1": 0,
              "2": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
              "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
              "4": "",
              "requestID": {
                "_hex": "0x01"
              },
              "level": 0,
              "contentHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
              "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
              "pkeAFGH": "",
              "length": 5
            }
          }
        ],
        "blockNumber": 114065,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x18bd5"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "decode": "function",
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x01"
        },
        "1": 0,
        "2": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
        "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
        "4": "",
        "requestID": {
          "_hex": "0x01"
        },
        "level": 0,
        "contentHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
        "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
        "pkeAFGH": "",
        "length": 5
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
        "from": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x1a602"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
        "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114074,
            "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 114074,
            "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
            "transactionLogIndex": 1,
            "decode": "function",
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 114074,
            "transactionHash": "0xa9e1fa499b8dd5cfff13f328084b50b071383789a5b9d84b6308428d0eff0eac",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f374779364e53793466666a534562576a7376676f64627744583532624d33746f47414264445a48796e4a61364361454d6a713856336a747365315a5351356d706173686e5045774c4e4d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034616161376135663635396234356261353936613130663039386339653538666139643932323832373438363434343863386435626661633936663565366630643366626236386361666164396633366339363334373662626462346433626463306430646461336164376539313365356662666337353633616363323462663900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e6a723941514e7963734e6f54427971635a7a6a6943584445526f4734614a69574259785576383362716e364666764c655565427255713665416a56734c6756357769476a3472736e4543537a6677703831735761615278627a55424b51335a74584438567452724e78674e6d416f6937324d684e5752775565616d5270763336525a71574e5a6256754754357070396b39754c744c693867676765504b5165384d753148553966587773565a6a675a78774b4e434c3339724e636e384d594a6869725a78767050344d57346a396854584b623237357038767266445831453934674270517653764a42443741394778637242474a507570393432584574684d6f4c4236377a000000000000000000000000000000000000000000",
            "logIndex": 2,
            "blockHash": "0xf08013f984717515b486910d3ac9786f0ffd8d272450bae1ed8274f1211dd2d5",
            "transactionLogIndex": 2,
            "decode": "function",
            "name": "AccessRequest",
            "signature": "AccessRequest(uint256,uint8,string,string,string)",
            "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
            "values": {
              "0": {
                "_hex": "0x02"
              },
              "1": 0,
              "2": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
              "3": "0x04aaa7a5f659b45ba596a10f098c9e58fa9d9228274864448c8d5bfac96f5e6f0d3fbb68cafad9f36c963476bbdb4d3bdc0d0dda3ad7e913e5fbfc7563acc24bf9",
              "4": "ktpkANjr9AQNycsNoTByqcZzjiCXDERoG4aJiWBYxUv83bqn6FfvLeUeBrUq6eAjVsLgV5wiGj4rsnECSzfwp81sWaaRxbzUBKQ3ZtXD8VtRrNxgNmAoi72MhNWRwUeamRpv36RZqWNZbVuGT5pp9k9uLtLi8gggePKQe8Mu1HU9fXwsVZjgZxwKNCL39rNcn8MYJhirZxvpP4MW4j9hTXKb275p8vrfDX1E94gBpQvSvJBD7A9GxcrBGJPup942XEthMoLB67z",
              "requestID": {
                "_hex": "0x02"
              },
              "level": 0,
              "contentHash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
              "pkeRequestor": "0x04aaa7a5f659b45ba596a10f098c9e58fa9d9228274864448c8d5bfac96f5e6f0d3fbb68cafad9f36c963476bbdb4d3bdc0d0dda3ad7e913e5fbfc7563acc24bf9",
              "pkeAFGH": "ktpkANjr9AQNycsNoTByqcZzjiCXDERoG4aJiWBYxUv83bqn6FfvLeUeBrUq6eAjVsLgV5wiGj4rsnECSzfwp81sWaaRxbzUBKQ3ZtXD8VtRrNxgNmAoi72MhNWRwUeamRpv36RZqWNZbVuGT5pp9k9uLtLi8gggePKQe8Mu1HU9fXwsVZjgZxwKNCL39rNcn8MYJhirZxvpP4MW4j9hTXKb275p8vrfDX1E94gBpQvSvJBD7A9GxcrBGJPup942XEthMoLB67z",
              "length": 5
            }
          }
        ],
        "blockNumber": 114074,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x1a602"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "decode": "function",
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x02"
        },
        "1": 0,
        "2": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
        "3": "0x04aaa7a5f659b45ba596a10f098c9e58fa9d9228274864448c8d5bfac96f5e6f0d3fbb68cafad9f36c963476bbdb4d3bdc0d0dda3ad7e913e5fbfc7563acc24bf9",
        "4": "ktpkANjr9AQNycsNoTByqcZzjiCXDERoG4aJiWBYxUv83bqn6FfvLeUeBrUq6eAjVsLgV5wiGj4rsnECSzfwp81sWaaRxbzUBKQ3ZtXD8VtRrNxgNmAoi72MhNWRwUeamRpv36RZqWNZbVuGT5pp9k9uLtLi8gggePKQe8Mu1HU9fXwsVZjgZxwKNCL39rNcn8MYJhirZxvpP4MW4j9hTXKb275p8vrfDX1E94gBpQvSvJBD7A9GxcrBGJPup942XEthMoLB67z",
        "requestID": {
          "_hex": "0x02"
        },
        "level": 0,
        "contentHash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
        "pkeRequestor": "0x04aaa7a5f659b45ba596a10f098c9e58fa9d9228274864448c8d5bfac96f5e6f0d3fbb68cafad9f36c963476bbdb4d3bdc0d0dda3ad7e913e5fbfc7563acc24bf9",
        "pkeAFGH": "ktpkANjr9AQNycsNoTByqcZzjiCXDERoG4aJiWBYxUv83bqn6FfvLeUeBrUq6eAjVsLgV5wiGj4rsnECSzfwp81sWaaRxbzUBKQ3ZtXD8VtRrNxgNmAoi72MhNWRwUeamRpv36RZqWNZbVuGT5pp9k9uLtLi8gggePKQe8Mu1HU9fXwsVZjgZxwKNCL39rNcn8MYJhirZxvpP4MW4j9hTXKb275p8vrfDX1E94gBpQvSvJBD7A9GxcrBGJPup942XEthMoLB67z",
        "length": 5
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5fc0"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000840000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x2931633d6dc37712417a4ae2bf00b1a08baf2c7ebc9a8e90bb342d736577f788",
        "transactionHash": "0xe27df6b736130bce3ee63b5d780c4bccbb7b874dd6ae950c567c03097ea7bcc4",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114086,
            "transactionHash": "0xe27df6b736130bce3ee63b5d780c4bccbb7b874dd6ae950c567c03097ea7bcc4",
            "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x2931633d6dc37712417a4ae2bf00b1a08baf2c7ebc9a8e90bb342d736577f788",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114086,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5fc0"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5f3c"
        },
        "logsBloom": "0x00000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000",
        "blockHash": "0xe1fd13275e7fe18b4c5c903397ed9ad822313b17a4b16513adeb5634b12661f5",
        "transactionHash": "0xce86161e8358257ebe0c5b17c2e032957a2c148568b198f8c9e783bf68ebe96f",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114090,
            "transactionHash": "0xce86161e8358257ebe0c5b17c2e032957a2c148568b198f8c9e783bf68ebe96f",
            "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0xe1fd13275e7fe18b4c5c903397ed9ad822313b17a4b16513adeb5634b12661f5",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114090,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5f3c"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5f3c"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000008000000000000000200000000000000000000000000000000000000000010000000002010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xcf0199969cea2c43d88d4203fc8b83a8353a73eecea28b8db024ab62c40cb724",
        "transactionHash": "0x748cdd6acaeeb2c0a9bffaad7043b93324a16e33ff2270232e0db4c8ec4fdbdb",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114094,
            "transactionHash": "0x748cdd6acaeeb2c0a9bffaad7043b93324a16e33ff2270232e0db4c8ec4fdbdb",
            "address": "0xab5653968303764A75969FD7942cE0AC6fC229ac",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0xcf0199969cea2c43d88d4203fc8b83a8353a73eecea28b8db024ab62c40cb724",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "",
              "objectHash": "",
              "length": 1
            }
          }
        ],
        "blockNumber": 114094,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5f3c"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "",
        "objectHash": "",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x5d79"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000848000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x085663a4dd26f927410805d3d87b9b0d6cddbf395300a9e87da5c5b69cadf8f6",
        "transactionHash": "0x7932207c9c1bca496a72213fd35ca4d5276db23cefe3cf88815f1b2b7e3143f5",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114095,
            "transactionHash": "0x7932207c9c1bca496a72213fd35ca4d5276db23cefe3cf88815f1b2b7e3143f5",
            "address": "0x0F95A62Ef9AFaC339162cE5D4587917F684025d7",
            "topics": [
              "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
            ],
            "data": "0x",
            "logIndex": 0,
            "blockHash": "0x085663a4dd26f927410805d3d87b9b0d6cddbf395300a9e87da5c5b69cadf8f6",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "AccessRequest",
            "signature": "AccessRequest()",
            "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
            "values": {
              "length": 0
            }
          }
        ],
        "blockNumber": 114095,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x5d79"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "decode": "function",
      "name": "AccessRequest",
      "signature": "AccessRequest()",
      "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
      "values": {
        "length": 0
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x18bd5"
        },
        "logsBloom": "0x00000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000002000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000004000000000000000000000000000000000000000",
        "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
        "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114096,
            "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
            "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 114096,
            "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
            "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
            "transactionLogIndex": 1,
            "decode": "function",
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 114096,
            "transactionHash": "0x2dd958812f2fca27eba776fd44e4ccaef4a0e1fc7d25830df7af23f6d09bb88e",
            "address": "0xcD826Ad0E3ff4438737E4C4aE9cfeA217fee2070",
            "topics": [
              "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f416963784d42596b656e6676574b35686f657251367370674448664b36624761635851615a736a326a35674746724a5235507358677535716e344534425869556535596d4a776d4432660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 2,
            "blockHash": "0xe7b04eaf976693d59fa49e05b2939053184158ce502f0e1ba3c7831ff423426a",
            "transactionLogIndex": 2,
            "decode": "function",
            "name": "AccessRequest",
            "signature": "AccessRequest(uint256,uint8,string,string,string)",
            "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
            "values": {
              "0": {
                "_hex": "0x01"
              },
              "1": 0,
              "2": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
              "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
              "4": "",
              "requestID": {
                "_hex": "0x01"
              },
              "level": 0,
              "contentHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
              "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
              "pkeAFGH": "",
              "length": 5
            }
          }
        ],
        "blockNumber": 114096,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x18bd5"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "decode": "function",
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x01"
        },
        "1": 0,
        "2": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
        "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
        "4": "",
        "requestID": {
          "_hex": "0x01"
        },
        "level": 0,
        "contentHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
        "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
        "pkeAFGH": "",
        "length": 5
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x1513d"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
        "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114103,
            "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 114103,
            "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
            "transactionLogIndex": 1,
            "decode": "function",
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 114103,
            "transactionHash": "0xd30fa39bd395f247a31f5d241024d6091bc23645032b73c7461bc80946c6f5ff",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 2,
            "blockHash": "0x92fceed244880e9036e0b35c5178c4a8776c3075e4de98698d9722bbff8c6dff",
            "transactionLogIndex": 2,
            "decode": "function",
            "name": "AccessRequest",
            "signature": "AccessRequest(uint256,uint8,string,string,string)",
            "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
            "values": {
              "0": {
                "_hex": "0x03"
              },
              "1": 0,
              "2": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
              "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
              "4": "",
              "requestID": {
                "_hex": "0x03"
              },
              "level": 0,
              "contentHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
              "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
              "pkeAFGH": "",
              "length": 5
            }
          }
        ],
        "blockNumber": 114103,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x1513d"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "decode": "function",
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x03"
        },
        "1": 0,
        "2": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
        "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
        "4": "",
        "requestID": {
          "_hex": "0x03"
        },
        "level": 0,
        "contentHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
        "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
        "pkeAFGH": "",
        "length": 5
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x65a1"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x59bb26b47447cd4d7851d02af036d8d55066ad2232b954505201c0d63f521595",
        "transactionHash": "0x3d0743952bc6b81491d445ea7a33a1b49e9ae80b04a61681925dff52609d1394",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114107,
            "transactionHash": "0x3d0743952bc6b81491d445ea7a33a1b49e9ae80b04a61681925dff52609d1394",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f41616a5a6e6f4c66546870634566507775457374456d63655573644b5973336554416334536467464e4346775032624154765948586778366e417a4c7a77486d764445644e743932614d000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x59bb26b47447cd4d7851d02af036d8d55066ad2232b954505201c0d63f521595",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "UpdateRequest",
            "signature": "UpdateRequest(string)",
            "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
            "values": {
              "0": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
              "objectHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
              "length": 1
            }
          }
        ],
        "blockNumber": 114107,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x65a1"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "UpdateRequest"
    });
    
    
    {
      "decode": "function",
      "name": "UpdateRequest",
      "signature": "UpdateRequest(string)",
      "topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
      "values": {
        "0": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
        "objectHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x1858a"
        },
        "logsBloom": "0x00000000040000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x2316e9b4597c5fdb163e3155ad8b9d3006bbb6d030db9e55680b1d7e8e9b2796",
        "transactionHash": "0x7adcf3116476320ad50ad6f5d9bd2e5b06853d9bf043960fd17ca83ba4dc5126",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114106,
            "transactionHash": "0x7adcf3116476320ad50ad6f5d9bd2e5b06853d9bf043960fd17ca83ba4dc5126",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
            ],
            "data": "0x0000000000000000000000005618ec2a71f680cbd00df4720ea7440303ff6074",
            "logIndex": 0,
            "blockHash": "0x2316e9b4597c5fdb163e3155ad8b9d3006bbb6d030db9e55680b1d7e8e9b2796",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "SetContentContract",
            "signature": "SetContentContract(address)",
            "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
            "values": {
              "0": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
              "contentContractAddress": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
              "length": 1
            }
          }
        ],
        "blockNumber": 114106,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x1858a"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "SetContentContract"
    });
    
    
    {
      "decode": "function",
      "name": "SetContentContract",
      "signature": "SetContentContract(address)",
      "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
      "values": {
        "0": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
        "contentContractAddress": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
        "length": 1
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "updateAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentAddr",
              "type": "address"
            }
          ],
          "name": "deleteContent",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            }
          ],
          "name": "ContentObjectDeleted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addressKms",
              "type": "address"
            }
          ],
          "name": "UpdateKmsAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0xa673"
        },
        "logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000002000000000000000000",
        "blockHash": "0xf1519905d5ef4c3f26eb6ca6dd5e19d2733ce1701f6db83b2f266eca2964e791",
        "transactionHash": "0x36652fe823f75ef7b7af094f544565d57b42a11b19e8e989d11bdf098257e959",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114111,
            "transactionHash": "0x36652fe823f75ef7b7af094f544565d57b42a11b19e8e989d11bdf098257e959",
            "address": "0xB36d5C8f97BC14e7a49C51249f60F8d8e7c5D867",
            "topics": [
              "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
            ],
            "data": "0x",
            "logIndex": 0,
            "blockHash": "0xf1519905d5ef4c3f26eb6ca6dd5e19d2733ce1701f6db83b2f266eca2964e791",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "AccessRequest",
            "signature": "AccessRequest()",
            "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
            "values": {
              "length": 0
            }
          }
        ],
        "blockNumber": 114111,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0xa673"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "decode": "function",
      "name": "AccessRequest",
      "signature": "AccessRequest()",
      "topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
      "values": {
        "length": 0
      }
    }
     ExtractEventFromLogs({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getCustomInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_contentType",
              "type": "address"
            },
            {
              "name": "_addressKMS",
              "type": "address"
            },
            {
              "name": "_contentContractAddress",
              "type": "address"
            },
            {
              "name": "_accessCharge",
              "type": "uint256"
            },
            {
              "name": "_statusCode",
              "type": "int256"
            },
            {
              "name": "_requestID",
              "type": "uint256"
            },
            {
              "name": "_visibility",
              "type": "uint8"
            },
            {
              "name": "_objectHash",
              "type": "string"
            },
            {
              "name": "_versionHashes",
              "type": "string"
            }
          ],
          "name": "migrate",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "charged",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "received",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "converted",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "enough",
              "type": "bool"
            }
          ],
          "name": "DbgAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "code",
              "type": "uint8"
            }
          ],
          "name": "DbgAccessCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x15df0"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000800008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000800000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x39ff8148811983a1b57661e64a7f738e5e9bfaeab0d3fb0ad001c19b49cdaf63",
        "transactionHash": "0x8f5d0c9d6ca9f256ee344bebdbf9ecc297fae8263dffc6559e417ebaac0459a5",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 114112,
            "transactionHash": "0x8f5d0c9d6ca9f256ee344bebdbf9ecc297fae8263dffc6559e417ebaac0459a5",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 0,
            "blockHash": "0x39ff8148811983a1b57661e64a7f738e5e9bfaeab0d3fb0ad001c19b49cdaf63",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 114112,
            "transactionHash": "0x8f5d0c9d6ca9f256ee344bebdbf9ecc297fae8263dffc6559e417ebaac0459a5",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0x39ff8148811983a1b57661e64a7f738e5e9bfaeab0d3fb0ad001c19b49cdaf63",
            "transactionLogIndex": 1,
            "decode": "function",
            "name": "DbgAccessCode",
            "signature": "DbgAccessCode(uint8)",
            "topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
            "values": {
              "0": 0,
              "code": 0,
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 114112,
            "transactionHash": "0x8f5d0c9d6ca9f256ee344bebdbf9ecc297fae8263dffc6559e417ebaac0459a5",
            "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
            "topics": [
              "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
            ],
            "data": "0x0000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4550513977796a506f39797169467a506a574450646e6266376a4d574458425851724a756d4c55526666756f4c6e4767466247764b57735277627748714d6b324a72585364484d5554730000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830343966356661646532633763613431626431663465343766643363653565393339663633663164386437383464363966343266373230333533393335636636643032353833323433393665316461316662633263353638333538353332306264623465333030313362393736353830346164373632616338336164636362656666000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 2,
            "blockHash": "0x39ff8148811983a1b57661e64a7f738e5e9bfaeab0d3fb0ad001c19b49cdaf63",
            "transactionLogIndex": 2,
            "decode": "function",
            "name": "AccessRequest",
            "signature": "AccessRequest(uint256,uint8,string,string,string)",
            "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
            "values": {
              "0": {
                "_hex": "0x04"
              },
              "1": 0,
              "2": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
              "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
              "4": "",
              "requestID": {
                "_hex": "0x04"
              },
              "level": 0,
              "contentHash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
              "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
              "pkeAFGH": "",
              "length": 5
            }
          }
        ],
        "blockNumber": 114112,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x15df0"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "AccessRequest"
    });
    
    
    {
      "decode": "function",
      "name": "AccessRequest",
      "signature": "AccessRequest(uint256,uint8,string,string,string)",
      "topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
      "values": {
        "0": {
          "_hex": "0x04"
        },
        "1": 0,
        "2": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
        "3": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
        "4": "",
        "requestID": {
          "_hex": "0x04"
        },
        "level": 0,
        "contentHash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
        "pkeRequestor": "0x049f5fade2c7ca41bd1f4e47fd3ce5e939f63f1d8d784d69f42f720353935cf6d0258324396e1da1fbc2c5683585320bdb4e30013b9765804ad762ac83adccbeff",
        "pkeAFGH": "",
        "length": 5
      }
    }
    Source:

    ExtractValueFromEvent({
    contractAddress,
    abi,
    event,
    eventName,
    eventValue
    })
    → Promise.<string>

    Extract the specified value from the specified event log from the given event obtained from the CallContractAndMethodAndWait method

    Returns:

    The value extracted from the event

    Parameters:
    Name Type Description
    contractAddress string

    Address of the contract to call the specified method on

    abi Object

    ABI of contract

    event Object

    Event of the transaction from CallContractMethodAndWait

    eventName string

    Name of the event to parse

    eventValue string

    Name of the value to extract from the event

    Examples
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "name",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "submitNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "prefix",
              "type": "bytes"
            }
          ],
          "name": "getKMSInfo",
          "outputs": [
            {
              "name": "",
              "type": "string"
            },
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "registerSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "createLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numActiveNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "activeNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "getKMSID",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "userWallets",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "addKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeLocators",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "pendingNodeAddresses",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "description",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setWalletFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setGroupFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setContentFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsIdStr",
              "type": "string"
            }
          ],
          "name": "checkKMS",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space_description",
              "type": "string"
            }
          ],
          "name": "setDescription",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "new_factory",
              "type": "address"
            }
          ],
          "name": "setLibraryFactory",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "getAccessWallet",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_pubKey",
              "type": "string"
            }
          ],
          "name": "setKMSPublicKey",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "unregisterSpaceNode",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "groupFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "removeNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "createContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "factory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "walletFactory",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "engageAccountLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_kmsAddr",
              "type": "address"
            }
          ],
          "name": "checkKMSAddr",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_nodeAddr",
              "type": "address"
            }
          ],
          "name": "approveNode",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_v",
              "type": "uint8[]"
            },
            {
              "name": "_r",
              "type": "bytes32[]"
            },
            {
              "name": "_s",
              "type": "bytes32[]"
            },
            {
              "name": "_from",
              "type": "address[]"
            },
            {
              "name": "_dest",
              "type": "address[]"
            },
            {
              "name": "_value",
              "type": "uint256[]"
            },
            {
              "name": "_ts",
              "type": "uint256[]"
            }
          ],
          "name": "executeBatch",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "numPendingNodes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "nodeMapping",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_kmsID",
              "type": "string"
            },
            {
              "name": "_locator",
              "type": "bytes"
            }
          ],
          "name": "removeKMSLocator",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space_name",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentTypeAddress",
              "type": "address"
            }
          ],
          "name": "CreateContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "libraryAddress",
              "type": "address"
            }
          ],
          "name": "CreateLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "groupAddress",
              "type": "address"
            }
          ],
          "name": "CreateGroup",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            }
          ],
          "name": "CreateContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "wallet",
              "type": "address"
            }
          ],
          "name": "CreateAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accountAddress",
              "type": "address"
            }
          ],
          "name": "EngageAccountLibrary",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "factory",
              "type": "address"
            }
          ],
          "name": "SetFactory",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "RegisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "nodeObjAddr",
              "type": "address"
            }
          ],
          "name": "UnregisterNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "AddKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "sender",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "status",
              "type": "uint256"
            }
          ],
          "name": "RemoveKMSLocator",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "version",
              "type": "bytes32"
            },
            {
              "indexed": false,
              "name": "owner",
              "type": "address"
            }
          ],
          "name": "CreateSpace",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "walletAddress",
              "type": "address"
            }
          ],
          "name": "GetAccessWallet",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeSubmitted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "addr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "locator",
              "type": "bytes"
            }
          ],
          "name": "NodeApproved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "AddNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "ownerAddr",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "nodeAddr",
              "type": "address"
            }
          ],
          "name": "RemoveNode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
        "from": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x3f1dfb"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000008000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x842aaeb79b0aecdd9dfd8dfdd9f1e8b21fcc0c086338af0dc090c65a8736b3c8",
        "transactionHash": "0x1b1d0cc2c2cf3c5381790a693cf4f71d7c5f7773d661b33860568b2882a19481",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 113925,
            "transactionHash": "0x1b1d0cc2c2cf3c5381790a693cf4f71d7c5f7773d661b33860568b2882a19481",
            "address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
            "topics": [
              "0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca"
            ],
            "data": "0x0000000000000000000000002f117c8675aceb8f2cd1b23fd1e9418440890c2f",
            "logIndex": 0,
            "blockHash": "0x842aaeb79b0aecdd9dfd8dfdd9f1e8b21fcc0c086338af0dc090c65a8736b3c8",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "CreateAccessWallet",
            "signature": "CreateAccessWallet(address)",
            "topic": "0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca",
            "values": {
              "0": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
              "wallet": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
              "length": 1
            }
          }
        ],
        "blockNumber": 113925,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x3f1dfb"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "CreateAccessWallet",
      "eventValue": "wallet"
    });
    
    
    "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x2092f"
        },
        "logsBloom": "0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000040800000000000000000000000080080000000000020000000000000000000000000000000001000000000000000000000004000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000",
        "blockHash": "0xbed643679251c4632e4b03d60ef1ae077116939ecff94bca19a942a5c656e6d9",
        "transactionHash": "0x0003b0b83f7d18aa4300bb6be0bbf5679933b291c6b2385cfa014656ced70dd7",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 113954,
            "transactionHash": "0x0003b0b83f7d18aa4300bb6be0bbf5679933b291c6b2385cfa014656ced70dd7",
            "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "topics": [
              "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
            ],
            "data": "0x000000000000000000000000070a0ca2d123397e322894436be20222bd94aa1f",
            "logIndex": 0,
            "blockHash": "0xbed643679251c4632e4b03d60ef1ae077116939ecff94bca19a942a5c656e6d9",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "MemberAdded",
            "signature": "MemberAdded(address)",
            "topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
            "values": {
              "0": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
              "candidate": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 113954,
            "transactionHash": "0x0003b0b83f7d18aa4300bb6be0bbf5679933b291c6b2385cfa014656ced70dd7",
            "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c00000000000000000000000000000000000000000000000000000000000000dc",
            "logIndex": 1,
            "blockHash": "0xbed643679251c4632e4b03d60ef1ae077116939ecff94bca19a942a5c656e6d9",
            "transactionLogIndex": 1,
            "decode": "function",
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "1": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "2": 220,
              "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "entity": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "aggregate": 220,
              "length": 3
            }
          }
        ],
        "blockNumber": 113954,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x2092f"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "MemberAdded",
      "eventValue": "candidate"
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x2c173"
        },
        "logsBloom": "0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000080000000000020000000000020000000000000000000001000000000000000000000004000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000004004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000",
        "blockHash": "0xc500d3646b06df6453d89dfbf6e4f83655fb8addd045fbe47fb70c8fdf76227e",
        "transactionHash": "0x55690232314ba9b9a4324784e0f80387073477d4b065bfcc5a550fdcd728fbcd",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 113956,
            "transactionHash": "0x55690232314ba9b9a4324784e0f80387073477d4b065bfcc5a550fdcd728fbcd",
            "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "topics": [
              "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
            ],
            "data": "0x000000000000000000000000ddc26d38504e5725fbf6b71cff0a5b1926c50289",
            "logIndex": 0,
            "blockHash": "0xc500d3646b06df6453d89dfbf6e4f83655fb8addd045fbe47fb70c8fdf76227e",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "MemberAdded",
            "signature": "MemberAdded(address)",
            "topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
            "values": {
              "0": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
              "candidate": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 113956,
            "transactionHash": "0x55690232314ba9b9a4324784e0f80387073477d4b065bfcc5a550fdcd728fbcd",
            "address": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x0000000000000000000000002f117c8675aceb8f2cd1b23fd1e9418440890c2f0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c000000000000000000000000000000000000000000000000000000000000000a",
            "logIndex": 1,
            "blockHash": "0xc500d3646b06df6453d89dfbf6e4f83655fb8addd045fbe47fb70c8fdf76227e",
            "transactionLogIndex": 1,
            "decode": "function",
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
              "1": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "2": 10,
              "principal": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
              "entity": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "aggregate": 10,
              "length": 3
            }
          }
        ],
        "blockNumber": 113956,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x2c173"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "MemberAdded",
      "eventValue": "candidate"
    });
    
    
    "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0xe902"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000080000000000000000000000000000040800000000000000000000000080080000000000020000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000004000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000",
        "blockHash": "0x3499ab556f863e9c45252486f82066d05ce185a5b4b32d8791df111e41f5e2d9",
        "transactionHash": "0xb75092f4c4a9c8c7b0a4c020404d2e7630be49200394a58b5dcf771733132ab7",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 113958,
            "transactionHash": "0xb75092f4c4a9c8c7b0a4c020404d2e7630be49200394a58b5dcf771733132ab7",
            "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "topics": [
              "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
            ],
            "data": "0x000000000000000000000000070a0ca2d123397e322894436be20222bd94aa1f",
            "logIndex": 0,
            "blockHash": "0x3499ab556f863e9c45252486f82066d05ce185a5b4b32d8791df111e41f5e2d9",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "ManagerAccessGranted",
            "signature": "ManagerAccessGranted(address)",
            "topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
            "values": {
              "0": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
              "candidate": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 113958,
            "transactionHash": "0xb75092f4c4a9c8c7b0a4c020404d2e7630be49200394a58b5dcf771733132ab7",
            "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c00000000000000000000000000000000000000000000000000000000000000dc",
            "logIndex": 1,
            "blockHash": "0x3499ab556f863e9c45252486f82066d05ce185a5b4b32d8791df111e41f5e2d9",
            "transactionLogIndex": 1,
            "decode": "function",
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "1": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "2": 220,
              "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "entity": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "aggregate": 220,
              "length": 3
            }
          }
        ],
        "blockNumber": 113958,
        "confirmations": 2,
        "cumulativeGasUsed": {
          "_hex": "0xe902"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "ManagerAccessGranted",
      "eventValue": "candidate"
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x163af"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000040800000000000000000000000000080000000000020000000000020000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000004004000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x6909f4035e3e745ff6a2d3602e561dda740394f274ad61131e24b713ebdacd48",
        "transactionHash": "0xb0555789a254cd813997afd12ea4003350dc5b2fca6fdd040133569a4435e5c8",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 113960,
            "transactionHash": "0xb0555789a254cd813997afd12ea4003350dc5b2fca6fdd040133569a4435e5c8",
            "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "topics": [
              "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
            ],
            "data": "0x000000000000000000000000ddc26d38504e5725fbf6b71cff0a5b1926c50289",
            "logIndex": 0,
            "blockHash": "0x6909f4035e3e745ff6a2d3602e561dda740394f274ad61131e24b713ebdacd48",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "ManagerAccessGranted",
            "signature": "ManagerAccessGranted(address)",
            "topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
            "values": {
              "0": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
              "candidate": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 113960,
            "transactionHash": "0xb0555789a254cd813997afd12ea4003350dc5b2fca6fdd040133569a4435e5c8",
            "address": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x0000000000000000000000002f117c8675aceb8f2cd1b23fd1e9418440890c2f0000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c000000000000000000000000000000000000000000000000000000000000006e",
            "logIndex": 1,
            "blockHash": "0x6909f4035e3e745ff6a2d3602e561dda740394f274ad61131e24b713ebdacd48",
            "transactionLogIndex": 1,
            "decode": "function",
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
              "1": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "2": 110,
              "principal": "0x2f117C8675aCeB8F2Cd1b23fD1E9418440890C2f",
              "entity": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "aggregate": 110,
              "length": 3
            }
          }
        ],
        "blockNumber": 113960,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x163af"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "ManagerAccessGranted",
      "eventValue": "candidate"
    });
    
    
    "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0x1154e"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080080000000000000000000000000040800000000000000000000000080080000000000020000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000010000000000000000000000000000000000000",
        "blockHash": "0xb24968e4a403170a718d32359f4be3962ddbc6355c407a5915dbb02e4bdcb45b",
        "transactionHash": "0xf8e5b7a83a9626af8fccee6224f17415b09412e8b5381dd0d6b2d1ab6610a676",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 113962,
            "transactionHash": "0xf8e5b7a83a9626af8fccee6224f17415b09412e8b5381dd0d6b2d1ab6610a676",
            "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "topics": [
              "0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c"
            ],
            "data": "0x000000000000000000000000070a0ca2d123397e322894436be20222bd94aa1f",
            "logIndex": 0,
            "blockHash": "0xb24968e4a403170a718d32359f4be3962ddbc6355c407a5915dbb02e4bdcb45b",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "MemberRevoked",
            "signature": "MemberRevoked(address)",
            "topic": "0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c",
            "values": {
              "0": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
              "candidate": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 113962,
            "transactionHash": "0xf8e5b7a83a9626af8fccee6224f17415b09412e8b5381dd0d6b2d1ab6610a676",
            "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c00000000000000000000000000000000000000000000000000000000000000c8",
            "logIndex": 1,
            "blockHash": "0xb24968e4a403170a718d32359f4be3962ddbc6355c407a5915dbb02e4bdcb45b",
            "transactionLogIndex": 1,
            "decode": "function",
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "1": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "2": 200,
              "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "entity": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "aggregate": 200,
              "length": 3
            }
          }
        ],
        "blockNumber": 113962,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0x1154e"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "MemberRevoked",
      "eventValue": "candidate"
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
     ExtractValueFromEvent({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "parentAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentObjects",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "name": "setContentSpace",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContractRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_OBJECT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "grantAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getAccessGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_GROUP",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "membersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_LIBRARY",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_CONFIRMED",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "managersList",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContractRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getAccessGroup",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAll",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "getAccessGroupRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessGroups",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentObjectRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasManagerAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_TENTATIVE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "membersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "pendingHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTRACT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "managersNum",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CATEGORY_CONTENT_TYPE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentObjectRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contracts",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContract",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "grantManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "contractExists",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionTimestamp",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setLibraryRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "ACCESS_NONE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpContentTypes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "revokeAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setContentTypeRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpLibraries",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index_type",
              "type": "uint8"
            },
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkDirectRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            }
          ],
          "name": "getContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContractRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentObjects",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraries",
          "outputs": [
            {
              "name": "category",
              "type": "uint8"
            },
            {
              "name": "length",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getLibrariesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "manager",
              "type": "address"
            }
          ],
          "name": "revokeManagerAccess",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getContentObject",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "position",
              "type": "uint256"
            }
          ],
          "name": "getLibrary",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "TYPE_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "cleanUpAccessGroups",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            },
            {
              "name": "mgr",
              "type": "bool"
            }
          ],
          "name": "hasAccessRight",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_versionHash",
              "type": "string"
            }
          ],
          "name": "deleteVersion",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContentObjectsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setAccessGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "lib",
              "type": "address"
            }
          ],
          "name": "getLibraryRights",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "getContractsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "obj",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            }
          ],
          "name": "checkContentTypeRights",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessGranted",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "MemberRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "ManagerAccessRevoked",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "parentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "spaceAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "versionHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "int256"
            }
          ],
          "name": "VersionDelete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "principal",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "entity",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "aggregate",
              "type": "uint8"
            }
          ],
          "name": "RightsChanged",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "index",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "dbgAddress",
          "type": "event"
        }
      ],
      "event": {
        "to": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
        "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
        "contractAddress": null,
        "transactionIndex": 0,
        "gasUsed": {
          "_hex": "0xc215"
        },
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000040800000000000000000000000080080000000000020000000000000000000000000000000001000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000010000000000000000008000000000000000000",
        "blockHash": "0xcd4ea500ae30ebb0f7a12e03e95aaf912fac5abf86f41bc52f1fc4655a5aadbd",
        "transactionHash": "0x4df51e7019243139612f852ce4e1db06cea130ef7c019e49fcda4f211aba6d88",
        "logs": [
          {
            "transactionIndex": 0,
            "blockNumber": 113964,
            "transactionHash": "0x4df51e7019243139612f852ce4e1db06cea130ef7c019e49fcda4f211aba6d88",
            "address": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
            "topics": [
              "0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95"
            ],
            "data": "0x000000000000000000000000070a0ca2d123397e322894436be20222bd94aa1f",
            "logIndex": 0,
            "blockHash": "0xcd4ea500ae30ebb0f7a12e03e95aaf912fac5abf86f41bc52f1fc4655a5aadbd",
            "transactionLogIndex": 0,
            "decode": "function",
            "name": "ManagerAccessRevoked",
            "signature": "ManagerAccessRevoked(address)",
            "topic": "0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95",
            "values": {
              "0": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
              "candidate": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
              "length": 1
            }
          },
          {
            "transactionIndex": 0,
            "blockNumber": 113964,
            "transactionHash": "0x4df51e7019243139612f852ce4e1db06cea130ef7c019e49fcda4f211aba6d88",
            "address": "0xdBD233093557a7b828DB32819c4058b66267ED55",
            "topics": [
              "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
            ],
            "data": "0x000000000000000000000000dbd233093557a7b828db32819c4058b66267ed550000000000000000000000000790e3a8c40797ed161076062caee73ce9dad89c0000000000000000000000000000000000000000000000000000000000000000",
            "logIndex": 1,
            "blockHash": "0xcd4ea500ae30ebb0f7a12e03e95aaf912fac5abf86f41bc52f1fc4655a5aadbd",
            "transactionLogIndex": 1,
            "decode": "function",
            "name": "RightsChanged",
            "signature": "RightsChanged(address,address,uint8)",
            "topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
            "values": {
              "0": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "1": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "2": 0,
              "principal": "0xdBD233093557a7b828DB32819c4058b66267ED55",
              "entity": "0x0790e3A8c40797eD161076062cAEE73Ce9dAd89c",
              "aggregate": 0,
              "length": 3
            }
          }
        ],
        "blockNumber": 113964,
        "confirmations": 1,
        "cumulativeGasUsed": {
          "_hex": "0xc215"
        },
        "status": 1,
        "byzantium": true
      },
      "eventName": "ManagerAccessRevoked",
      "eventValue": "candidate"
    });
    
    
    "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    Source:

    async FabricUrl({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    partHashoptional,
    repoptional,
    publicRepoptional,
    calloptional,
    queryParamsoptional,
    channelAuthoptional,
    noAuthoptional,
    noCacheoptional
    })
    → Promise.<string>

    Generate a URL to the specified item in the content fabric with appropriate authorization token.

    Returns: URL to the specified endpoint with authorization token
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of an library

    objectId string <optional>

    ID of an object

    versionHash string <optional>

    Hash of an object version

    partHash string <optional>

    Hash of a part - Requires object ID

    rep string <optional>

    Rep parameter of the url

    publicRep string <optional>

    Public rep parameter of the url

    call string <optional>

    Bitcode method to call

    queryParams Object <optional>

    Query params to add to the URL

    channelAuth boolean <optional>
    false

    If specified, state channel authorization will be used instead of access request authorization

    noAuth boolean <optional>
    false

    If specified, authorization will not be performed and the URL will not have an authorization token. This is useful for accessing public assets.

    noCache boolean <optional>
    false

    If specified, a new access request will be made for the authorization regardless of whether such a request exists in the client cache. This request will not be cached. This option has no effect if noAuth is true.

    Examples
    async FabricUrl({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4MzY2NTJmZTgyM2Y3NWVmN2I3YWYwOTRmNTQ0NTY1ZDU3YjQyYTExYjE5ZThlOTg5ZDExYmRmMDk4MjU3ZTk1OSIsInFsaWJfaWQiOiJpbGliM1Z6NHFOM0hmWDFyaUZKdVdHOEJYekFnc1k5VSJ9.RVMyNTZLX0VhdzN4djFZeFZiTXJCdlRWMlhpRDZjNEFNTE5WOGVWRkU5NkNDUXB2b0daeTlwdDVLUFFNcWtON0tOTWl5UG5NRzVnR0NWWGlaQ0dQaGVydTNVZGtCQnZz"
    async FabricUrl({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U/q/iq__YsfdkCFFVSCNCtpGc9RwD22LCt1?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4OGY1ZDBjOWQ2Y2E5ZjI1NmVlMzQ0YmViZGJmOWVjYzI5N2ZhZTgyNjNkZmZjNjU1OWU0MTdlYmFhYzA0NTlhNSIsInFsaWJfaWQiOiJpbGliM1Z6NHFOM0hmWDFyaUZKdVdHOEJYekFnc1k5VSJ9.RVMyNTZLXzdUMm9WZlVFZUdpOVhhSGdzOFBMZ3pLTGR0dFhnQjltOHB1N2R4TnpGSjRjQXhCZ0RucWR3QVdiNmt1dHBvam1tVDVqZFNzcVFKTW5iaExydjVoajVtZ1l6"
    async FabricUrl({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U/q/hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4OGY1ZDBjOWQ2Y2E5ZjI1NmVlMzQ0YmViZGJmOWVjYzI5N2ZhZTgyNjNkZmZjNjU1OWU0MTdlYmFhYzA0NTlhNSIsInFsaWJfaWQiOiJpbGliM1Z6NHFOM0hmWDFyaUZKdVdHOEJYekFnc1k5VSJ9.RVMyNTZLXzdUMm9WZlVFZUdpOVhhSGdzOFBMZ3pLTGR0dFhnQjltOHB1N2R4TnpGSjRjQXhCZ0RucWR3QVdiNmt1dHBvam1tVDVqZFNzcVFKTW5iaExydjVoajVtZ1l6"
    async FabricUrl({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "partHash": "hqp_NqcurcF2mZVL5zuW524CuB7HLKWvNBavwPptvxfoe3igfe93"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U/q/iq__YsfdkCFFVSCNCtpGc9RwD22LCt1/data/hqp_NqcurcF2mZVL5zuW524CuB7HLKWvNBavwPptvxfoe3igfe93?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4OGY1ZDBjOWQ2Y2E5ZjI1NmVlMzQ0YmViZGJmOWVjYzI5N2ZhZTgyNjNkZmZjNjU1OWU0MTdlYmFhYzA0NTlhNSIsInFsaWJfaWQiOiJpbGliM1Z6NHFOM0hmWDFyaUZKdVdHOEJYekFnc1k5VSJ9.RVMyNTZLXzdUMm9WZlVFZUdpOVhhSGdzOFBMZ3pLTGR0dFhnQjltOHB1N2R4TnpGSjRjQXhCZ0RucWR3QVdiNmt1dHBvam1tVDVqZFNzcVFKTW5iaExydjVoajVtZ1l6"
    async FabricUrl({
      "versionHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
      "partHash": "hqp_NqcurcF2mZVL5zuW524CuB7HLKWvNBavwPptvxfoe3igfe93"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT/data/hqp_NqcurcF2mZVL5zuW524CuB7HLKWvNBavwPptvxfoe3igfe93?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4OGY1ZDBjOWQ2Y2E5ZjI1NmVlMzQ0YmViZGJmOWVjYzI5N2ZhZTgyNjNkZmZjNjU1OWU0MTdlYmFhYzA0NTlhNSJ9.RVMyNTZLX0tQOUw4VkJZeGVKZndCNlgzOEU5c1N6NnlrejdWd0JKUWFjRVBiSmhqc3ZZOUdSa3FSb3dUYUV5eVhwak1uWHFFc3M1emVDUmtFTnNKZXZIU0dIZDFXdVVl"
    async FabricUrl({
      "versionHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
      "call": "method"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT/call/method?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4OGY1ZDBjOWQ2Y2E5ZjI1NmVlMzQ0YmViZGJmOWVjYzI5N2ZhZTgyNjNkZmZjNjU1OWU0MTdlYmFhYzA0NTlhNSJ9.RVMyNTZLX0tQOUw4VkJZeGVKZndCNlgzOEU5c1N6NnlrejdWd0JKUWFjRVBiSmhqc3ZZOUdSa3FSb3dUYUV5eVhwak1uWHFFc3M1emVDUmtFTnNKZXZIU0dIZDFXdVVl"
    async FabricUrl({
      "versionHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
      "rep": "image"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4OGY1ZDBjOWQ2Y2E5ZjI1NmVlMzQ0YmViZGJmOWVjYzI5N2ZhZTgyNjNkZmZjNjU1OWU0MTdlYmFhYzA0NTlhNSJ9.RVMyNTZLX0tQOUw4VkJZeGVKZndCNlgzOEU5c1N6NnlrejdWd0JKUWFjRVBiSmhqc3ZZOUdSa3FSb3dUYUV5eVhwak1uWHFFc3M1emVDUmtFTnNKZXZIU0dIZDFXdVVl"
    async FabricUrl({
      "versionHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "partHash": "hqp_NqcurcF2mZVL5zuW524CuB7HLKWvNBavwPptvxfoe3igfe93"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT/data/hqp_NqcurcF2mZVL5zuW524CuB7HLKWvNBavwPptvxfoe3igfe93?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4OGY1ZDBjOWQ2Y2E5ZjI1NmVlMzQ0YmViZGJmOWVjYzI5N2ZhZTgyNjNkZmZjNjU1OWU0MTdlYmFhYzA0NTlhNSJ9.RVMyNTZLX0tQOUw4VkJZeGVKZndCNlgzOEU5c1N6NnlrejdWd0JKUWFjRVBiSmhqc3ZZOUdSa3FSb3dUYUV5eVhwak1uWHFFc3M1emVDUmtFTnNKZXZIU0dIZDFXdVVl"
    async FabricUrl({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "queryParams": {
        "param1": "value1",
        "param2": "value2",
        "param3": "value3"
      }
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U/q/iq__YsfdkCFFVSCNCtpGc9RwD22LCt1?param1=value1&param2=value2&param3=value3&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4OGY1ZDBjOWQ2Y2E5ZjI1NmVlMzQ0YmViZGJmOWVjYzI5N2ZhZTgyNjNkZmZjNjU1OWU0MTdlYmFhYzA0NTlhNSIsInFsaWJfaWQiOiJpbGliM1Z6NHFOM0hmWDFyaUZKdVdHOEJYekFnc1k5VSJ9.RVMyNTZLXzdUMm9WZlVFZUdpOVhhSGdzOFBMZ3pLTGR0dFhnQjltOHB1N2R4TnpGSjRjQXhCZ0RucWR3QVdiNmt1dHBvam1tVDVqZFNzcVFKTW5iaExydjVoajVtZ1l6"
    async FabricUrl({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "noAuth": true
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U/q/iq__YsfdkCFFVSCNCtpGc9RwD22LCt1?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJxbGliX2lkIjoiaWxpYjNWejRxTjNIZlgxcmlGSnVXRzhCWHpBZ3NZOVUifQ%3D%3D.RVMyNTZLXzM0ZFY1Nm1nUVh3Wm5FMnQyTEtvem9Md3JSaHBGQXEzU1BuVzFzVWpUSFRZN0VYUUg1c0ZuTk1CR3F6WDhxazRqQW1lQ2VTTFk0V1QxVFhRVUgzcm82TGpk"
    async FabricUrl({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "rep": "image",
      "queryParams": {},
      "channelAuth": false,
      "noAuth": false,
      "noCache": false
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U/q/iq__YsfdkCFFVSCNCtpGc9RwD22LCt1/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4OGY1ZDBjOWQ2Y2E5ZjI1NmVlMzQ0YmViZGJmOWVjYzI5N2ZhZTgyNjNkZmZjNjU1OWU0MTdlYmFhYzA0NTlhNSIsInFsaWJfaWQiOiJpbGliM1Z6NHFOM0hmWDFyaUZKdVdHOEJYekFnc1k5VSJ9.RVMyNTZLXzdUMm9WZlVFZUdpOVhhSGdzOFBMZ3pLTGR0dFhnQjltOHB1N2R4TnpGSjRjQXhCZ0RucWR3QVdiNmt1dHBvam1tVDVqZFNzcVFKTW5iaExydjVoajVtZ1l6"
    async FabricUrl({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "rep": "image",
      "queryParams": {},
      "channelAuth": false,
      "noAuth": true,
      "noCache": false
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U/q/iq__YsfdkCFFVSCNCtpGc9RwD22LCt1/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJxbGliX2lkIjoiaWxpYjNWejRxTjNIZlgxcmlGSnVXRzhCWHpBZ3NZOVUifQ%3D%3D.RVMyNTZLXzM0ZFY1Nm1nUVh3Wm5FMnQyTEtvem9Md3JSaHBGQXEzU1BuVzFzVWpUSFRZN0VYUUg1c0ZuTk1CR3F6WDhxazRqQW1lQ2VTTFk0V1QxVFhRVUgzcm82TGpk"
    Source:

    async FileUrl({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    filePath,
    queryParamsoptional,
    noCacheoptional
    })
    → Promise.<string>

    Generate a URL to the specified content object file with appropriate authorization token.

    Returns: URL to the specified file with authorization token
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of an library

    objectId string <optional>

    ID of an object

    versionHash string <optional>

    Hash of an object version

    filePath string

    Path to the content object file

    queryParams Object <optional>

    Query params to add to the URL

    noCache boolean <optional>
    false

    If specified, a new access request will be made for the authorization regardless of whether such a request exists in the client cache. This request will not be cached.

    Examples
    async FileUrl({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "filePath": "file"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U/q/iq__YsfdkCFFVSCNCtpGc9RwD22LCt1/files/file?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4OGY1ZDBjOWQ2Y2E5ZjI1NmVlMzQ0YmViZGJmOWVjYzI5N2ZhZTgyNjNkZmZjNjU1OWU0MTdlYmFhYzA0NTlhNSIsInFsaWJfaWQiOiJpbGliM1Z6NHFOM0hmWDFyaUZKdVdHOEJYekFnc1k5VSJ9.RVMyNTZLXzdUMm9WZlVFZUdpOVhhSGdzOFBMZ3pLTGR0dFhnQjltOHB1N2R4TnpGSjRjQXhCZ0RucWR3QVdiNmt1dHBvam1tVDVqZFNzcVFKTW5iaExydjVoajVtZ1l6"
    async FileUrl({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "filePath": "dir/file"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U/q/iq__YsfdkCFFVSCNCtpGc9RwD22LCt1/files/dir/file?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4OGY1ZDBjOWQ2Y2E5ZjI1NmVlMzQ0YmViZGJmOWVjYzI5N2ZhZTgyNjNkZmZjNjU1OWU0MTdlYmFhYzA0NTlhNSIsInFsaWJfaWQiOiJpbGliM1Z6NHFOM0hmWDFyaUZKdVdHOEJYekFnc1k5VSJ9.RVMyNTZLXzdUMm9WZlVFZUdpOVhhSGdzOFBMZ3pLTGR0dFhnQjltOHB1N2R4TnpGSjRjQXhCZ0RucWR3QVdiNmt1dHBvam1tVDVqZFNzcVFKTW5iaExydjVoajVtZ1l6"
    async FileUrl({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "filePath": "file",
      "queryParams": {
        "param1": "value1",
        "param2": "value2",
        "param3": "value3"
      }
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U/q/iq__YsfdkCFFVSCNCtpGc9RwD22LCt1/files/file?param1=value1&param2=value2&param3=value3&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4OGY1ZDBjOWQ2Y2E5ZjI1NmVlMzQ0YmViZGJmOWVjYzI5N2ZhZTgyNjNkZmZjNjU1OWU0MTdlYmFhYzA0NTlhNSIsInFsaWJfaWQiOiJpbGliM1Z6NHFOM0hmWDFyaUZKdVdHOEJYekFnc1k5VSJ9.RVMyNTZLXzdUMm9WZlVFZUdpOVhhSGdzOFBMZ3pLTGR0dFhnQjltOHB1N2R4TnpGSjRjQXhCZ0RucWR3QVdiNmt1dHBvam1tVDVqZFNzcVFKTW5iaExydjVoajVtZ1l6"
    async FileUrl({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
      "filePath": "file"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/q/hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT/files/file?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4OGY1ZDBjOWQ2Y2E5ZjI1NmVlMzQ0YmViZGJmOWVjYzI5N2ZhZTgyNjNkZmZjNjU1OWU0MTdlYmFhYzA0NTlhNSJ9.RVMyNTZLX0tQOUw4VkJZeGVKZndCNlgzOEU5c1N6NnlrejdWd0JKUWFjRVBiSmhqc3ZZOUdSa3FSb3dUYUV5eVhwak1uWHFFc3M1emVDUmtFTnNKZXZIU0dIZDFXdVVl"
    Source:

    async FinalizeABRMezzanine({
    libraryId,
    objectId,
    writeToken,
    offeringKeyoptional
    })
    → Promise.<Object>

    Finalize a mezzanine object after all jobs have finished

    Returns: The finalize response for the mezzanine object, as well as any logs, warnings and errors from the finalization
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the mezzanine library

    objectId string

    ID of the mezzanine object

    writeToken string

    Write token for the mezzanine object

    offeringKey string <optional>
    default

    The offering to process

    Example
    async FinalizeABRMezzanine({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "writeToken": "tqw_32kgEewYeKUyopViWi1PXtn72b6Yd3EJ2",
      "offeringKey": "default"
    });
    
    
    {
      "logs": [
        "2019-11-08 22:49:38 Debug: getProductionVariantCtx(hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f,default)",
        "2019-11-08 22:49:38 Debug: getting production.Master: hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
        "2019-11-08 22:49:38 Debug: Get production.Variant 'default' from production.Master"
      ],
      "warnings": [],
      "errors": [],
      "id": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "hash": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
      "write_token": "tqw_32kgEewYeKUyopViWi1PXtn72b6Yd3EJ2",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    Source:

    async FinalizeContentObject({
    libraryId,
    objectId,
    writeToken,
    publishoptional,
    awaitCommitConfirmationoptional
    })

    Finalize content draft

    See:
    • POST /qlibs/:qlibid/q/:write_token
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    publish boolean <optional>
    true

    If specified, the object will also be published

    awaitCommitConfirmation boolean <optional>
    true

    If specified, will wait for the publish commit to be confirmed. Irrelevant if not publishing.

    Examples
    async FinalizeContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__f2us6F8drZu6WaXwdGtJ4rBRccN",
      "writeToken": "tqw_22wnx4evMhdbLnYcnbRcZyT3hqb7GP1Dh"
    });
    
    
    {
      "id": "iq__f2us6F8drZu6WaXwdGtJ4rBRccN",
      "hash": "hq__kALqcPREazgfD6gEoGBbGcfpbNAq2CeFGAQpaxf5jn3Cvm7cCEEAbjYdHiBvnp1RarQ78stk6",
      "write_token": "tqw_22wnx4evMhdbLnYcnbRcZyT3hqb7GP1Dh",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__77b7rpSudPhve24eMBKQM2tvGyy",
      "writeToken": "tqw_EhfqE2tgm5aUGpm6W6nbkUNYxKDgDLUem"
    });
    
    
    {
      "id": "iq__77b7rpSudPhve24eMBKQM2tvGyy",
      "hash": "hq__DxqoYiFRPucWgAicw1hPq8zMrsj6qrX7NZ39pbgaYrJW3uZ9JpkSbafFASuQPj9TfPDn9Q93BZ",
      "write_token": "tqw_EhfqE2tgm5aUGpm6W6nbkUNYxKDgDLUem",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4",
      "writeToken": "tqw_KT9aY2H8oBAUTbxBMgvqMxwgMc1EdvAcY"
    });
    
    
    {
      "id": "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4",
      "hash": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz",
      "write_token": "tqw_KT9aY2H8oBAUTbxBMgvqMxwgMc1EdvAcY",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "writeToken": "tqw_5zykKsEXnCQeRKFy1913dxZS2C5SxUeeN"
    });
    
    
    {
      "id": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "hash": "hq__LJy3APGiuNcdr5EtygBRFwp4qmjvV8DzPnjmAdA1BHoLG9un1QRbFwEDvwVoFGPoKN1ztKHKmg",
      "write_token": "tqw_5zykKsEXnCQeRKFy1913dxZS2C5SxUeeN",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "writeToken": "tqw_9QaoiwuifnHELNQN67eDrjPrGs1ahrXGW"
    });
    
    
    {
      "id": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "hash": "hq__AKWKh5PahJ9FNMtCHN1gEW7FbiEcedLk3heTbjrJYbty5sGS4bg1zTMf4xoZoE7Tc2BFAz5mq8",
      "write_token": "tqw_9QaoiwuifnHELNQN67eDrjPrGs1ahrXGW",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_P42iez5uXVQzT4hUZkMPMaetZrSdq1u7q"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "hash": "hq__51h5heKPcf3yzcr678YNqMoeA9Mhz4eCxaczTiZUCfjY3Agn3Hrx7KtverkBYVDipCKMSq79h3",
      "write_token": "tqw_P42iez5uXVQzT4hUZkMPMaetZrSdq1u7q",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_56eDPcxNiXBh7cQkcNvfm58Kh21X1vsqD"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "hash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
      "write_token": "tqw_56eDPcxNiXBh7cQkcNvfm58Kh21X1vsqD",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async FinalizeContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "objectId": "iq__cKs5VHuex6MY5HJfHBA8JQFrccj",
      "writeToken": "tqw_GJBGLhd9Sx6SJkSfSD8kzNp65gFNXsHef"
    });
    
    
    {
      "id": "iq__cKs5VHuex6MY5HJfHBA8JQFrccj",
      "hash": "hq__4eZaihm2jPqgXeq5GFHq1uLZ6ow4cZFcrVrF1uWf5voqnXAqkz9zEXMSgNCLpKiMm2Gx4Quskw",
      "write_token": "tqw_GJBGLhd9Sx6SJkSfSD8kzNp65gFNXsHef",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async FinalizeContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "objectId": "iq__nURtZTaNtWW2JCbxYqzQDQvyC8r",
      "writeToken": "tqw_8oLteanhTyZoJHVhUVpy95n9hezLe8pA9"
    });
    
    
    {
      "id": "iq__nURtZTaNtWW2JCbxYqzQDQvyC8r",
      "hash": "hq__2fT4rUmjFyKn8aM9zRBZ19kSswpniK3TEAe6xPvKeA71qbW4JX9EdHD1iy7FDpbpwG2zdk7bxe",
      "write_token": "tqw_8oLteanhTyZoJHVhUVpy95n9hezLe8pA9",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "objectId": "iq__TncsWgESm7RrZpDnW5wt9LBXkWV",
      "writeToken": "tqw_627cPGbMcnMUMVbc5tobCDD9vdZWv8wQc"
    });
    
    
    {
      "id": "iq__TncsWgESm7RrZpDnW5wt9LBXkWV",
      "hash": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
      "write_token": "tqw_627cPGbMcnMUMVbc5tobCDD9vdZWv8wQc",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "objectId": "iq__2om8ZBkxnxFDot3Ux9Zm8WVxnDAv",
      "writeToken": "tqw_BE5H8Xvi8NGtxzJDCJHMmnJrSiNoZGEbz"
    });
    
    
    {
      "id": "iq__2om8ZBkxnxFDot3Ux9Zm8WVxnDAv",
      "hash": "hq__LTDreq8EQMgDt2Ns3rzoPZb4UbHP72mNnu87EiQqTu6JCcs8fJdJxqfirKyXQbCpNGPt4iuRga",
      "write_token": "tqw_BE5H8Xvi8NGtxzJDCJHMmnJrSiNoZGEbz",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "objectId": "iq__2fG8z4m6G8FwrZ8fTnwuuc5UikVf",
      "writeToken": "tqw_8oji5UE9pPgmypHKE54Xbyp6apinjAKFc"
    });
    
    
    {
      "id": "iq__2fG8z4m6G8FwrZ8fTnwuuc5UikVf",
      "hash": "hq__7Q8AxTHjjXR7VEm7uaRrswN2bxybe4ecEL8M4qSD9P2Wu4z83TVu1DE7VHiYmiMe9FR4aJfNRX",
      "write_token": "tqw_8oji5UE9pPgmypHKE54Xbyp6apinjAKFc",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "objectId": "iq__4B3uEPytnuJg1kTr3qTEsvQj7f1V",
      "writeToken": "tqw_F6gQ5DGz8PQUEAG3BRV8erwih5y5n8NKi"
    });
    
    
    {
      "id": "iq__4B3uEPytnuJg1kTr3qTEsvQj7f1V",
      "hash": "hq__9FZti4TGm7GpNQNwKMRQoLQ1ACm4bE245vakaofvmSWp4fCSasa7pV6q7Wb2yqmSaq3Jaz5tiX",
      "write_token": "tqw_F6gQ5DGz8PQUEAG3BRV8erwih5y5n8NKi",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "objectId": "iq__LLXrHfn4uLpTmjR5FQ1gPqMyqpi",
      "writeToken": "tqw_2cy9gucpLa2hgQsctnMHqdBkG7zyWieJA"
    });
    
    
    {
      "id": "iq__LLXrHfn4uLpTmjR5FQ1gPqMyqpi",
      "hash": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
      "write_token": "tqw_2cy9gucpLa2hgQsctnMHqdBkG7zyWieJA",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "objectId": "iq__3FEKFrtua1Uh8wKdU6XkhR47TA3Z",
      "writeToken": "tqw_7E9epDQQX3hJzzkCgsvze4dxDJ93kZVV"
    });
    
    
    {
      "id": "iq__3FEKFrtua1Uh8wKdU6XkhR47TA3Z",
      "hash": "hq__ExzSsqmz8xxPAQnVaTKE55QioAjRUiwoWuphsso99eiAQ2jrBoArTef7jexGpFoNiCwgKii2zb",
      "write_token": "tqw_7E9epDQQX3hJzzkCgsvze4dxDJ93kZVV",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "objectId": "iq__5odXG5EQVEN7HzyS83AchV6Y17J",
      "writeToken": "tqw_7CsXJ3MybRoaYmy4EYAX9iJAQJJ3UH5zG"
    });
    
    
    {
      "id": "iq__5odXG5EQVEN7HzyS83AchV6Y17J",
      "hash": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
      "write_token": "tqw_7CsXJ3MybRoaYmy4EYAX9iJAQJJ3UH5zG",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "objectId": "iq__4Qg5sSfEjFbuechmQUzWiXSiD1d3",
      "writeToken": "tqw_PztNq9McJJxK2LXjUWvGkzTNzcRiRrX8Q"
    });
    
    
    {
      "id": "iq__4Qg5sSfEjFbuechmQUzWiXSiD1d3",
      "hash": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
      "write_token": "tqw_PztNq9McJJxK2LXjUWvGkzTNzcRiRrX8Q",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "objectId": "iq__2aWrWt2obZRqZEvGxjRV2FywwBd1",
      "writeToken": "tqw_BSorYJ6vyLGLnJGkGVhDM48bYHmDym4Ti"
    });
    
    
    {
      "id": "iq__2aWrWt2obZRqZEvGxjRV2FywwBd1",
      "hash": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
      "write_token": "tqw_BSorYJ6vyLGLnJGkGVhDM48bYHmDym4Ti",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_GdwUKh7chnw3xTbB57UE3XF3pVAEu2n8Y"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "hash": "hq__4hx5ksp55isXtWpbwU3duux9cJUZDPr8aGh3JiTHxiKmzzyys5zKYARUB5h67JoPM5QJz6hdyK",
      "write_token": "tqw_GdwUKh7chnw3xTbB57UE3XF3pVAEu2n8Y",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AE5f5QgQPCUR5iBtd82ohCK9xWTCeXnA"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "hash": "hq__DzUh3Tyt64SEhDBKAusxTKyGjhaGXYkPTYtBoedvuX5Ga9nZRaU7SoEJj16tQG9kCdXEioscwB",
      "write_token": "tqw_4AE5f5QgQPCUR5iBtd82ohCK9xWTCeXnA",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "hash": "hq__AQNcxV9T3xASaKxfASEyHHToTKSuCGJaN9SqTCTakAXSJV6PkwAFznLERF8rEKMmSy6MPMoaLZ",
      "write_token": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "hash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
      "write_token": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async FinalizeContentObject({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__f2us6F8drZu6WaXwdGtJ4rBRccN",
      "writeToken": "tqw_PHiW18ghvwz7u3uf4Cfdxu1h7m7Uck3ZH"
    });
    
    
    {
      "id": "iq__f2us6F8drZu6WaXwdGtJ4rBRccN",
      "hash": "hq__Z4wcqu3XrniwvE7XNUHF7dLBzQy8UkzbwZ6CZRKh1DYyqfBxWqA4qKKNiFcgPs28q51GWihqQ",
      "write_token": "tqw_PHiW18ghvwz7u3uf4Cfdxu1h7m7Uck3ZH",
      "type": ""
    }
    async FinalizeContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4GqXLa3ZsYxWPypAZR4x2aMynuxTniZKT"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "hash": "hq__Drjvv8frcyVC3BbraFURY348qvL3CuZUAEz8Ne1Rb3PabDmk6sjJAyVgJPMEwKcsMkex143WTB",
      "write_token": "tqw_4GqXLa3ZsYxWPypAZR4x2aMynuxTniZKT",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_9z4SPjoWdPdKojej79EmHziAA5yfNtu2B"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "hash": "hq__XJkRgPvFqbrYLv5v5UKGJo91s96zJgRm7gPgh949r84BgLkWWAxivRAycjJnNyYxAFVd6F6PK",
      "write_token": "tqw_9z4SPjoWdPdKojej79EmHziAA5yfNtu2B",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_MWvgmcQ784FTsetwjMQzUf78pcCMVj6F6"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "hash": "hq__JsFHd63tC8eUxHp7XBegk4VNGciGp9yoS9BKZGkAvTRukWqN5cw77nNv3YDESEHfnPE8H6MFr1",
      "write_token": "tqw_MWvgmcQ784FTsetwjMQzUf78pcCMVj6F6",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_5w1VWrQseycRfJCw6Jh6BSCQVBkBh3bT1"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "hash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
      "write_token": "tqw_5w1VWrQseycRfJCw6Jh6BSCQVBkBh3bT1",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async FinalizeContentObject({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__DbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "writeToken": "tqw_5TaDxB3LDjLCgoiT1F3GajT6XxnkqQkhi"
    });
    
    
    {
      "id": "iq__DbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "hash": "hq__KCBAuxKPLNNP4CVPiekiWxmNKRLQZxe1tZo13TtBmZjL5y4L1YhWRcjYHbG6QUTXuvfXwEsQD4",
      "write_token": "tqw_5TaDxB3LDjLCgoiT1F3GajT6XxnkqQkhi",
      "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
    }
    async FinalizeContentObject({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3s4SbaVgbcj1K2cKgqR4JA9tKSKR",
      "writeToken": "tqw_CEV9rJyqY3Q5GAy2JqwxEJMQ1KfRWgRfp",
      "awaitCommitConfirmation": false
    });
    
    
    {
      "id": "iq__3s4SbaVgbcj1K2cKgqR4JA9tKSKR",
      "hash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
      "write_token": "tqw_CEV9rJyqY3Q5GAy2JqwxEJMQ1KfRWgRfp",
      "type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
    }
    async FinalizeContentObject({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "writeToken": "tqw_8QQFR5TUQu4T1ZkDzXTeWmJ7ZHYRP9tYN"
    });
    
    
    {
      "id": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "hash": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
      "write_token": "tqw_8QQFR5TUQu4T1ZkDzXTeWmJ7ZHYRP9tYN",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    async FinalizeContentObject({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "writeToken": "tqw_32kgEewYeKUyopViWi1PXtn72b6Yd3EJ2",
      "awaitCommitConfirmation": false
    });
    
    
    {
      "id": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "hash": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
      "write_token": "tqw_32kgEewYeKUyopViWi1PXtn72b6Yd3EJ2",
      "type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_Kq6h3vUVVZcq3rnqfCU51sSsoWiyCrEnr"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "hash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
      "write_token": "tqw_Kq6h3vUVVZcq3rnqfCU51sSsoWiyCrEnr",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    async FinalizeContentObject({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_CZLyULkM6hFAuuFtERgyETNjorEcwrjCC"
    });
    
    
    {
      "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "hash": "hq__7FMm93UAnWM3eaNgDXVGw3PNcoF3hXTADLQqHfP4Jyr1ttQJnV9Lzf6he2EBeCPiZJqnXRkda1",
      "write_token": "tqw_CZLyULkM6hFAuuFtERgyETNjorEcwrjCC",
      "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
    }
    Source:

    async FinalizePart({
    libraryId,
    objectId,
    writeToken,
    partWriteToken,
    encryptionoptional
    })
    → Promise.<object>

    Finalize an open part draft

    Returns: The finalize response for the new part
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    partWriteToken string

    Write token of the part

    encryption string <optional>
    none

    Desired encryption scheme. Options: 'none (default)', 'cgck'

    Examples
    async FinalizePart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "writeToken": "tqw_9QaoiwuifnHELNQN67eDrjPrGs1ahrXGW",
      "partWriteToken": "tqpwDZyhYoMdmXkcFoQXr2mjkLRafhGDMYeU1",
      "encryption": "none"
    });
    
    
    {
      "content": {
        "id": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
        "write_token": "tqw_9QaoiwuifnHELNQN67eDrjPrGs1ahrXGW",
        "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
      },
      "part": {
        "hash": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o",
        "size": 101254
      }
    }
    async FinalizePart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_GdwUKh7chnw3xTbB57UE3XF3pVAEu2n8Y",
      "partWriteToken": "tqpwNxpvSApV62SM2z1VpiBMCJjgN5R7gZhc7",
      "encryption": "none"
    });
    
    
    {
      "content": {
        "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
        "write_token": "tqw_GdwUKh7chnw3xTbB57UE3XF3pVAEu2n8Y",
        "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
      },
      "part": {
        "hash": "hqp_NqcurcF2mZVL5zuW524CuB7HLKWvNBavwPptvxfoe3igfe93",
        "size": 100000
      }
    }
    async FinalizePart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AE5f5QgQPCUR5iBtd82ohCK9xWTCeXnA",
      "partWriteToken": "tqpwFuSw4vCWbd1YKXoTs3aofJ6A3QaukqNWx",
      "encryption": "cgck"
    });
    
    
    {
      "content": {
        "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
        "write_token": "tqw_4AE5f5QgQPCUR5iBtd82ohCK9xWTCeXnA",
        "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
      },
      "part": {
        "hash": "hqpe2xJtSFfYXg4PfFueTdvAjLecJZAoUyqGevesXVSdhmmGhwSM",
        "size": 102657
      }
    }
    async FinalizePart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm",
      "partWriteToken": "tqpwNYRJFWwR57u9nQhucXcz1RFeRZNvYzAHw"
    });
    
    
    {
      "content": {
        "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
        "write_token": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm",
        "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
      },
      "part": {
        "hash": "hqp_MJtGtTBS1fw1gr8srtzfmk9PGSYzFNwfzYAm15CZGZ1jT9HP",
        "size": 100000
      }
    }
    async FinalizePart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta",
      "partWriteToken": "tqpwMB1jYG5hoeUEQnbx86tscYc8GhUNSeYEh",
      "encryption": "cgck"
    });
    
    
    {
      "content": {
        "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
        "write_token": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta",
        "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
      },
      "part": {
        "hash": "hqpeAMT9EBEfriu6GxPKgiYgR7C3zhYHpabPcHQeURkujA2UEREV",
        "size": 104970
      }
    }
    Source:

    async FinalizeStateChannelAccess({
    objectIdoptional,
    versionHashoptional,
    percentComplete
    })

    Finalize state channel access

    Parameters:
    Name Type Attributes Description
    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object

    percentComplete number

    Completion percentage of the content

    Source:

    FormatContractArguments({
    abi,
    methodName,
    args
    })
    → Array.<string>

    Format the arguments to be used for the specified method of the contract

    Returns: List of formatted arguments
    Parameters:
    Name Type Description
    abi Object

    ABI of contract

    methodName string

    Name of method for which arguments will be formatted

    args Array.<string>

    List of arguments

    Examples
     FormatContractArguments({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "args": [
        0,
        "0x0472eb9b59d04f23de4783e21172dcfbbe7f7a48da62dfa96312d154782d76b219bb4cffb08ef1929a1b11e44c498624adb7c4a168e6834dc903d067f095606aab",
        "",
        [],
        []
      ]
    });
    
    
    [
      0,
      "0x0472eb9b59d04f23de4783e21172dcfbbe7f7a48da62dfa96312d154782d76b219bb4cffb08ef1929a1b11e44c498624adb7c4a168e6834dc903d067f095606aab",
      "",
      [],
      []
    ]
     FormatContractArguments({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_PUBLISHED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "payee",
              "type": "address"
            },
            {
              "name": "label",
              "type": "string"
            },
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "processRequestPayment",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "requestMap",
          "outputs": [
            {
              "name": "originator",
              "type": "address"
            },
            {
              "name": "amountPaid",
              "type": "uint256"
            },
            {
              "name": "status",
              "type": "int8"
            },
            {
              "name": "settled",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentContractAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "visibility",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentType",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "statusCodeDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "getAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "setStatusCode",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "score_pct",
              "type": "uint256"
            },
            {
              "name": "ml_out_hash",
              "type": "bytes32"
            }
          ],
          "name": "accessComplete",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canEdit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "updateStatus",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requestID",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "level",
              "type": "uint8"
            },
            {
              "name": "pke_requestor",
              "type": "string"
            },
            {
              "name": "pke_AFGH",
              "type": "string"
            },
            {
              "name": "custom_values",
              "type": "bytes32[]"
            },
            {
              "name": "stakeholders",
              "type": "address[]"
            }
          ],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "visibility_code",
              "type": "uint8"
            }
          ],
          "name": "setVisibility",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "libraryAddress",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "setAccessRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "addr",
              "type": "address"
            }
          ],
          "name": "setContentContractAddress",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "request_ID",
              "type": "uint256"
            },
            {
              "name": "access_granted",
              "type": "bool"
            },
            {
              "name": "re_key",
              "type": "string"
            },
            {
              "name": "encrypted_AES_key",
              "type": "string"
            }
          ],
          "name": "accessGrant",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "CAN_EDIT",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "charge",
              "type": "uint256"
            }
          ],
          "name": "setAccessCharge",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "statusDescription",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "content_space",
              "type": "address"
            },
            {
              "name": "lib",
              "type": "address"
            },
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "containingLibrary",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentType",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "contentHash",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeRequestor",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "pkeAFGH",
              "type": "string"
            }
          ],
          "name": "AccessRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "access_granted",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "reKey",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "encryptedAESKey",
              "type": "string"
            }
          ],
          "name": "AccessGrant",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "customValue",
              "type": "bytes32"
            }
          ],
          "name": "AccessRequestValue",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "stakeholder",
              "type": "address"
            }
          ],
          "name": "AccessRequestStakeholder",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "scorePct",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "customContractResult",
              "type": "bool"
            }
          ],
          "name": "AccessComplete",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentContractAddress",
              "type": "address"
            }
          ],
          "name": "SetContentContract",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "SetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            }
          ],
          "name": "GetAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "accessCharge",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "amountProvided",
              "type": "uint256"
            }
          ],
          "name": "InsufficientFunds",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            }
          ],
          "name": "SetStatusCode",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestStatus",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "statusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "Publish",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPreHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "ReturnCustomHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "custom_contract",
              "type": "address"
            }
          ],
          "name": "InvokeCustomPostHook",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        }
      ],
      "methodName": "accessComplete",
      "args": [
        {
          "_hex": "0x01"
        },
        90,
        ""
      ]
    });
    
    
    [
      {
        "_hex": "0x01"
      },
      90,
      "0x0000000000000000000000000000000000000000000000000000000000000000"
    ]
     FormatContractArguments({
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canContribute",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            },
            {
              "name": "content_contract",
              "type": "address"
            }
          ],
          "name": "addContentType",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "stakeholder",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canConfirm",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "approvalRequestsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeReviewerGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "contentTypeContracts",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addAccessorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "createContent",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "typeHash",
              "type": "bytes32"
            }
          ],
          "name": "findTypeByHash",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "reviewerGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            },
            {
              "name": "access_type",
              "type": "uint8"
            },
            {
              "name": "access",
              "type": "uint8"
            }
          ],
          "name": "setGroupRights",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contributorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "canNodePublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "validType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "accessorGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "contentObj",
              "type": "address"
            }
          ],
          "name": "publish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "addressKMS",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "countVersionHashes",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeContributorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "requiresReview",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "confirmCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contributorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "submitApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "index",
              "type": "uint256"
            }
          ],
          "name": "getPendingApprovalRequest",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addContributorGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canCommit",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "versionHashes",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "approveContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "approvalRequests",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "reviewerGroups",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "hasAccess",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "_objectHash",
              "type": "string"
            }
          ],
          "name": "commit",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "contentTypes",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "_candidate",
              "type": "address"
            }
          ],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "whitelistedType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            }
          ],
          "name": "getMeta",
          "outputs": [
            {
              "name": "",
              "type": "bytes"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "updateRequest",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentTypesLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            }
          ],
          "name": "setAddressKMS",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "canPublish",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "addReviewerGroup",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "objectHash",
          "outputs": [
            {
              "name": "",
              "type": "string"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "key",
              "type": "bytes"
            },
            {
              "name": "value",
              "type": "bytes"
            }
          ],
          "name": "putMeta",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "accessorGroupsLength",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "group",
              "type": "address"
            }
          ],
          "name": "removeAccessorGroup",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "accessRequest",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "removeContentType",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "name": "address_KMS",
              "type": "address"
            },
            {
              "name": "content_space",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "constructor"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content_type",
              "type": "address"
            }
          ],
          "name": "ContentObjectCreated",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ContributorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "ReviewerGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "group",
              "type": "address"
            }
          ],
          "name": "AccessorGroupRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "operationCode",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "candidate",
              "type": "address"
            }
          ],
          "name": "UnauthorizedOperation",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "submitter",
              "type": "address"
            }
          ],
          "name": "ApproveContentRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentAddress",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "approved",
              "type": "bool"
            },
            {
              "indexed": false,
              "name": "note",
              "type": "string"
            }
          ],
          "name": "ApproveContent",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "contentContract",
              "type": "address"
            }
          ],
          "name": "ContentTypeAdded",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "contentType",
              "type": "address"
            }
          ],
          "name": "ContentTypeRemoved",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "CommitPending",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "UpdateRequest",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "objectHash",
              "type": "string"
            }
          ],
          "name": "VersionConfirm",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [],
          "name": "AccessRequest",
          "type": "event"
        }
      ],
      "methodName": "accessRequest",
      "args": []
    });
    
    
    []
    Source:

    async GenerateStateChannelToken({
    objectIdoptional,
    versionHashoptional,
    noCacheoptional
    })
    → Promise.<string>

    Generate a state channel token

    Returns: The state channel token
    Parameters:
    Name Type Attributes Default Description
    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Version hash of the object

    noCache boolean <optional>
    false

    If specified, a new state channel token will be generated regardless whether or not one has been previously cached

    Source:

    GenerateWallet()ElvWallet

    Generate a new ElvWallet that is connected to the client's provider

    Returns: ElvWallet instance with this client's provider
    Example
     GenerateWallet();
    
    
    {
      "provider": {
        "ready": "<Promise>",
        "_lastBlockNumber": -2,
        "_balances": {},
        "_events": [],
        "_pollingInterval": 4000,
        "_emitted": {
          "block": -2,
          "t:0x69ce58cbabd414055a2b9395ca620fbef9f81430d180dc2fc0e8f8647ad28027": 114105
        },
        "_fastQueryDate": 1573253423335,
        "connection": {
          "url": "https://host-35-233-145-232.test.contentfabric.io/eth/"
        },
        "_network": {
          "chainId": 955210,
          "name": "unknown"
        },
        "_fastBlockNumberPromise": "<Promise>",
        "_fastBlockNumber": 114115
      },
      "signers": {}
    }
    Source:

    async GetBalance({address}) → Promise.<string>

    Get the balance (in ether) of the specified address

    Returns: Balance of the account, in ether (as string)
    Parameters:
    Name Type Description
    address string

    Address to query

    Examples
    async GetBalance({
      "address": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289"
    });
    
    
    "10.0"
    async GetBalance({
      "address": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289"
    });
    
    
    "9.964130392"
    async GetBalance({
      "address": "0x2772154536f0db0cda6452aeab347d0b0f398dc2"
    });
    
    
    "0.01"
    async GetBalance({
      "address": "0x070a0ca2d123397E322894436Be20222Bd94aA1F"
    });
    
    
    "49.340823288"
    Source:

    async LibraryContentTypes({libraryId}) → Promise.<Object>

    Retrieve the allowed content types for the specified library.

    Note: If no content types have been set on the library, all types are allowed, but an empty hash will be returned.

    Returns: List of accepted content types - return format is equivalent to ContentTypes method
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    Examples
    async LibraryContentTypes({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U"
    });
    
    
    {}
    async LibraryContentTypes({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U"
    });
    
    
    {
      "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4": {
        "id": "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4",
        "hash": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz",
        "name": "Test Content Type 1679c518bcacf9c43d12",
        "meta": {
          "name": "Test Content Type 1679c518bcacf9c43d12",
          "public": {
            "name": "Test Content Type 1679c518bcacf9c43d12"
          }
        }
      }
    }
    Source:

    async LinkUrl({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    linkPath,
    mimeTypeoptional,
    queryParamsoptional,
    noCacheoptional
    })
    → Promise.<string>

    Generate a URL to the specified file link with appropriate authentication

    Returns: URL to the specified file with authorization token
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of an library

    objectId string <optional>

    ID of an object

    versionHash string <optional>

    Hash of an object version

    linkPath string

    Path to the content object link

    mimeType string <optional>

    Mime type to use when rendering the file

    queryParams Object <optional>

    Query params to add to the URL

    noCache boolean <optional>
    false

    If specified, a new access request will be made for the authorization regardless of whether such a request exists in the client cache. This request will not be cached.

    Examples
    async LinkUrl({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "linkPath": "myLink",
      "mimeType": "application/octet-stream"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U/q/iq__YsfdkCFFVSCNCtpGc9RwD22LCt1/meta/myLink?resolve=true&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4MTQ4NWM1MjU1NTYzZWYwZjgyNTJhZWFlZWI5NGM1NGIyYjAwZDM2YWJkY2NiZWZiNjY0NDY2MzQ1MjU2ZjRiZSIsInFsaWJfaWQiOiJpbGliM1Z6NHFOM0hmWDFyaUZKdVdHOEJYekFnc1k5VSJ9.RVMyNTZLX0F2dnA5Qm1XdWM4cU01WG5zOTdGNGFiMnJaUml6V20xNlFqamZ0VkhnTHFlVDh4bjZqQkd6U3cxRFJTblc2M3I3Y3NVR04zeDNjVUJKdlNjbzhwYXh5eWhW&header-accept=application%2Foctet-stream"
    async LinkUrl({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "linkPath": "links/myLink2",
      "mimeType": "image/*"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U/q/iq__YsfdkCFFVSCNCtpGc9RwD22LCt1/meta/links/myLink2?resolve=true&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4MTQ4NWM1MjU1NTYzZWYwZjgyNTJhZWFlZWI5NGM1NGIyYjAwZDM2YWJkY2NiZWZiNjY0NDY2MzQ1MjU2ZjRiZSIsInFsaWJfaWQiOiJpbGliM1Z6NHFOM0hmWDFyaUZKdVdHOEJYekFnc1k5VSJ9.RVMyNTZLX0F2dnA5Qm1XdWM4cU01WG5zOTdGNGFiMnJaUml6V20xNlFqamZ0VkhnTHFlVDh4bjZqQkd6U3cxRFJTblc2M3I3Y3NVR04zeDNjVUJKdlNjbzhwYXh5eWhW&header-accept=image%2F%2A"
    Source:

    async ListFiles({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional
    })

    List the file information about this object

    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, most recent version will be used

    Example
    async ListFiles({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1"
    });
    
    
    {
      ".": {
        "type": "directory"
      },
      "s3-copy": {
        ".": {
          "ingest": {
            "etag": "5c689030274ecfd14a815c8672b9f723-12",
            "path": "/eluvio-mez-test/ENTIRE_CREED_2min_.mp4",
            "size": 97944174,
            "type": "key"
          },
          "parts": [
            2,
            3,
            4
          ],
          "size": 97944174
        }
      },
      "s3-reference": {
        ".": {
          "reference": {
            "etag": "5c689030274ecfd14a815c8672b9f723-12",
            "path": "/eluvio-mez-test/ENTIRE_CREED_2min_.mp4",
            "size": 97944174,
            "type": "key"
          },
          "size": 97944174
        }
      },
      "testDirectory": {
        ".": {
          "type": "directory"
        },
        "File 1": {
          ".": {
            "parts": [
              0
            ],
            "size": 100000
          }
        },
        "File 2": {
          ".": {
            "parts": [
              1
            ],
            "size": 100000
          }
        }
      }
    }
    Source:

    async MergeMetadata({
    libraryId,
    objectId,
    writeToken,
    metadata,
    metadataSubtreeoptional
    })

    Merge specified metadata into existing content object metadata

    See:
    • POST /qlibs/:qlibid/q/:write_token/meta
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    metadata Object

    New metadata to merge

    metadataSubtree string <optional>

    Subtree of the object metadata to modify

    Examples
    async MergeMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "writeToken": "tqw_9QaoiwuifnHELNQN67eDrjPrGs1ahrXGW",
      "metadata": {
        "image": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o"
      }
    });
    
    
    <No Return Value>
    async MergeMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "writeToken": "tqw_9QaoiwuifnHELNQN67eDrjPrGs1ahrXGW",
      "metadataSubtree": "public",
      "metadata": {
        "image": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o"
      }
    });
    
    
    <No Return Value>
    async MergeMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_56eDPcxNiXBh7cQkcNvfm58Kh21X1vsqD",
      "metadataSubtree": "toMerge",
      "metadata": {
        "new": "metadata"
      }
    });
    
    
    <No Return Value>
    async MergeMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AE5f5QgQPCUR5iBtd82ohCK9xWTCeXnA",
      "metadata": {
        "eluv.caps.iusr6guNaLUk91oGPUBq3GPMvaSfk8W": "BFxoGYUHyPTLAvOlq50+OjBllvgri9xaxi7Zlg/bX2e0EFAe8x+QSNNWPbqSWmTRD5mg7twVuIBn8K3aAW8ajy+FIzo+Jmmk73n2tGvl7M6DnKkVCFs/NDT9B/KJs/48igJQMSoIIfZYaOg+YVwOoU0TPcgHINyJ/QpIP33PQv9Truw229tq20IFew/ZSIOamLEfFw/YasqpsJXP/AUnVM9rDlxYFV6wKRX+nNhh7cLWwTLsbxpn7aYsX0MVS+iew8NZ2r1QTqQ1Eu2pMqXuB9zsopralLDFpa40FGD/+BXwmlj+MyAkCElYF++IYhCZe116B3DTLyB6cUVlS8eSeZKgp8EAW+PLMBYyqXtkp1fF9QoLntdHz6o+Fvlb7tGoK1j9zh8ZYpJSNLwm/VN0sNYMPAvVfBVAfukqlASI88DTrMkD8h8rlpIXNii475ok6iXJjbaHI70klEFii1/9EiZqMsgY5tJKYFJMywiVn5MR",
        "eluv.caps.ikms2s41ivY1BDJ8K5PJyAtTtJZQcHZ": "BFxoGYUHyPTLAvOlq50+OjBllvgri9xaxi7Zlg/bX2e0EFAe8x+QSNNWPbqSWmTRD5mg7twVuIBn8K3aAW8ajy8seuPqDtlD9lacyCAryq6Vp55rZ0xOGizqjrjIsZMM2nlLRpXql19YMT4IWy7AV3uh5P911li9DmjIVWXyebxAq5G044wmKD2sa0uylerbVhxh+BmaIQHbvVJathVIu4mNZZeQsFvIWL/TFGH1665YRy6vdpd0O6YyxFJgDmnEKPntTKDnIrp24JPS3UtRKxU9IBvtTsGELAq/AawK3yRHITfipg7Bj/3hQ5DNIkcuxEnMEiA5azBkeMy05UpTuqywISjJpjmVgGOZqJXN3DeUmSToyLua+nMki9e+5Rmi5pnqJeZ5tDn/Ur/aJWZXMYBMfHkMDG50RPPwedcZElhZ/qeZ6Emp8UOC3tx3E3xV9C27g9aXgzWWsHK2qgrrsp4A80Jytntlc9f0VZYIb6pv"
      }
    });
    
    
    <No Return Value>
    async MergeMetadata({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3s4SbaVgbcj1K2cKgqR4JA9tKSKR",
      "writeToken": "tqw_CEV9rJyqY3Q5GAy2JqwxEJMQ1KfRWgRfp",
      "metadata": {
        "name": "Production Master Test",
        "description": "Production Master Test Description",
        "public": {
          "name": "Production Master Test",
          "description": "Production Master Test Description"
        },
        "elv_created_at": 1573253324422,
        "test": "master"
      }
    });
    
    
    <No Return Value>
    async MergeMetadata({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "writeToken": "tqw_8QQFR5TUQu4T1ZkDzXTeWmJ7ZHYRP9tYN",
      "metadata": {
        "master": {
          "name": "Production Master Test",
          "id": "iq__3s4SbaVgbcj1K2cKgqR4JA9tKSKR",
          "hash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
          "variant": "default"
        },
        "name": "Mezzanine Test",
        "description": "Mezzanine Test Description",
        "public": {
          "name": "Mezzanine Test",
          "description": "Mezzanine Test Description"
        },
        "elv_created_at": 1573253332659,
        "test": "mezzanine"
      }
    });
    
    
    <No Return Value>
    Source:

    async NodeId({region}) → Promise.<string>

    Retrieve the node ID reported by the fabric for the specified region

    Note: Client must have been initialized with FromConfiguration

    Returns: The node ID reported by the fabric
    Parameters:
    Name Type Description
    region string

    Region from which to retrieve the node ID

    Source:

    Nodes() → Promise.<Object>

    Retrieve the fabric and ethereum nodes currently used by the client, in preference order

    Returns: An object containing the lists of fabric and ethereum urls in use by the client
    Source:

    async PlayoutOptions({
    objectIdoptional,
    versionHashoptional,
    protocols,
    drms
    })

    Retrieve playout options for the specified content that satisfy the given protocol and DRM requirements

    If only objectId is specified, latest version will be played. To retrieve playout options for a specific version of the content, provide the versionHash parameter (in which case objectId is unnecessary)

    Parameters:
    Name Type Attributes Description
    objectId string <optional>

    Id of the content

    versionHash string <optional>

    Version hash of the content

    protocols Array.<string>

    Acceptable playout protocols

    drms Array.<string>

    Acceptable DRM formats

    Examples
    async PlayoutOptions({
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "protocols": [
        "hls",
        "dash"
      ],
      "drms": [
        "widevine",
        "aes-128"
      ]
    });
    
    
    {
      "dash": {
        "playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C/q/hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj/rep/playout/default/dash-widevine/dash.mpd?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliRGJQWmhmbTJGblRVcWNEdE1YR1Y3WWJ1dTdDIiwiYWRkciI6IjB4ZGRjMjZEMzg1MDRlNTcyNWZiRjZiNzFDRkYwQTVCMTkyNmM1MDI4OSIsInFpZCI6ImlxX18zUFN2TGpLS0tNZFp0TkI4azZIaWgzQjNmeHp3IiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzMyNTMzODcsImV4cCI6MTU3MzMzOTc4NywiYXV0aF9zaWciOiJFUzI1NktfS2VhdXNtOExrYkM5cGZXUVFSUVdRcndKb2JZRjNLOG1FNjNqUVVVQkNmbUZIeUIyYlhXQ3JzWjNBb1NqeW5KeVE1Nk5jN3ZyMTFlVjh3QkxkM1cxbUJjeEYiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX0RXNVdZS0xkaUI4Z1hUTUUzS05tbWJHTWRXajM2MlZXc0pEMXBtNXRWb1kxSlJlblY1UTFiV1N0SnRWUzVUNExTZ0ozcXJFdnExQUdXN0tnWHZER3lCamRW",
        "drms": {
          "widevine": {
            "licenseServers": [
              "https://host-35-237-243-135.test.contentfabric.io/wv/?qhash=hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
              "https://host-35-236-19-5.test.contentfabric.io/wv/?qhash=hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
              "https://host-35-226-231-183.test.contentfabric.io/wv/?qhash=hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj"
            ]
          }
        }
      },
      "hls": {
        "playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C/q/hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj/rep/playout/default/hls-aes128/playlist.m3u8?player_profile=hls-js&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliRGJQWmhmbTJGblRVcWNEdE1YR1Y3WWJ1dTdDIiwiYWRkciI6IjB4ZGRjMjZEMzg1MDRlNTcyNWZiRjZiNzFDRkYwQTVCMTkyNmM1MDI4OSIsInFpZCI6ImlxX18zUFN2TGpLS0tNZFp0TkI4azZIaWgzQjNmeHp3IiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzMyNTMzODcsImV4cCI6MTU3MzMzOTc4NywiYXV0aF9zaWciOiJFUzI1NktfS2VhdXNtOExrYkM5cGZXUVFSUVdRcndKb2JZRjNLOG1FNjNqUVVVQkNmbUZIeUIyYlhXQ3JzWjNBb1NqeW5KeVE1Nk5jN3ZyMTFlVjh3QkxkM1cxbUJjeEYiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX0RXNVdZS0xkaUI4Z1hUTUUzS05tbWJHTWRXajM2MlZXc0pEMXBtNXRWb1kxSlJlblY1UTFiV1N0SnRWUzVUNExTZ0ozcXJFdnExQUdXN0tnWHZER3lCamRW",
        "drms": {
          "aes-128": {}
        }
      }
    }
    async PlayoutOptions({
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "protocols": [
        "hls",
        "dash"
      ],
      "drms": [
        "widevine",
        "aes-128"
      ],
      "hlsjsProfile": false
    });
    
    
    {
      "dash": {
        "playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C/q/hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj/rep/playout/default/dash-widevine/dash.mpd?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliRGJQWmhmbTJGblRVcWNEdE1YR1Y3WWJ1dTdDIiwiYWRkciI6IjB4ZGRjMjZEMzg1MDRlNTcyNWZiRjZiNzFDRkYwQTVCMTkyNmM1MDI4OSIsInFpZCI6ImlxX18zUFN2TGpLS0tNZFp0TkI4azZIaWgzQjNmeHp3IiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzMyNTMzODcsImV4cCI6MTU3MzMzOTc4NywiYXV0aF9zaWciOiJFUzI1NktfS2VhdXNtOExrYkM5cGZXUVFSUVdRcndKb2JZRjNLOG1FNjNqUVVVQkNmbUZIeUIyYlhXQ3JzWjNBb1NqeW5KeVE1Nk5jN3ZyMTFlVjh3QkxkM1cxbUJjeEYiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX0RXNVdZS0xkaUI4Z1hUTUUzS05tbWJHTWRXajM2MlZXc0pEMXBtNXRWb1kxSlJlblY1UTFiV1N0SnRWUzVUNExTZ0ozcXJFdnExQUdXN0tnWHZER3lCamRW",
        "drms": {
          "widevine": {
            "licenseServers": [
              "https://host-35-237-243-135.test.contentfabric.io/wv/?qhash=hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
              "https://host-35-236-19-5.test.contentfabric.io/wv/?qhash=hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
              "https://host-35-226-231-183.test.contentfabric.io/wv/?qhash=hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj"
            ]
          }
        }
      },
      "hls": {
        "playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C/q/hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj/rep/playout/default/hls-aes128/playlist.m3u8?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliRGJQWmhmbTJGblRVcWNEdE1YR1Y3WWJ1dTdDIiwiYWRkciI6IjB4ZGRjMjZEMzg1MDRlNTcyNWZiRjZiNzFDRkYwQTVCMTkyNmM1MDI4OSIsInFpZCI6ImlxX18zUFN2TGpLS0tNZFp0TkI4azZIaWgzQjNmeHp3IiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzMyNTMzODcsImV4cCI6MTU3MzMzOTc4NywiYXV0aF9zaWciOiJFUzI1NktfS2VhdXNtOExrYkM5cGZXUVFSUVdRcndKb2JZRjNLOG1FNjNqUVVVQkNmbUZIeUIyYlhXQ3JzWjNBb1NqeW5KeVE1Nk5jN3ZyMTFlVjh3QkxkM1cxbUJjeEYiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX0RXNVdZS0xkaUI4Z1hUTUUzS05tbWJHTWRXajM2MlZXc0pEMXBtNXRWb1kxSlJlblY1UTFiV1N0SnRWUzVUNExTZ0ozcXJFdnExQUdXN0tnWHZER3lCamRW",
        "drms": {
          "aes-128": {}
        }
      }
    }
    async PlayoutOptions({
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "protocols": [
        "hls",
        "dash"
      ],
      "drms": []
    });
    
    
    {
      "dash": {
        "playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C/q/hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj/rep/playout/default/dash-clear/dash.mpd?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliRGJQWmhmbTJGblRVcWNEdE1YR1Y3WWJ1dTdDIiwiYWRkciI6IjB4ZGRjMjZEMzg1MDRlNTcyNWZiRjZiNzFDRkYwQTVCMTkyNmM1MDI4OSIsInFpZCI6ImlxX18zUFN2TGpLS0tNZFp0TkI4azZIaWgzQjNmeHp3IiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzMyNTMzODcsImV4cCI6MTU3MzMzOTc4NywiYXV0aF9zaWciOiJFUzI1NktfS2VhdXNtOExrYkM5cGZXUVFSUVdRcndKb2JZRjNLOG1FNjNqUVVVQkNmbUZIeUIyYlhXQ3JzWjNBb1NqeW5KeVE1Nk5jN3ZyMTFlVjh3QkxkM1cxbUJjeEYiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX0RXNVdZS0xkaUI4Z1hUTUUzS05tbWJHTWRXajM2MlZXc0pEMXBtNXRWb1kxSlJlblY1UTFiV1N0SnRWUzVUNExTZ0ozcXJFdnExQUdXN0tnWHZER3lCamRW"
      },
      "hls": {
        "playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C/q/hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj/rep/playout/default/hls-clear/playlist.m3u8?player_profile=hls-js&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliRGJQWmhmbTJGblRVcWNEdE1YR1Y3WWJ1dTdDIiwiYWRkciI6IjB4ZGRjMjZEMzg1MDRlNTcyNWZiRjZiNzFDRkYwQTVCMTkyNmM1MDI4OSIsInFpZCI6ImlxX18zUFN2TGpLS0tNZFp0TkI4azZIaWgzQjNmeHp3IiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzMyNTMzODcsImV4cCI6MTU3MzMzOTc4NywiYXV0aF9zaWciOiJFUzI1NktfS2VhdXNtOExrYkM5cGZXUVFSUVdRcndKb2JZRjNLOG1FNjNqUVVVQkNmbUZIeUIyYlhXQ3JzWjNBb1NqeW5KeVE1Nk5jN3ZyMTFlVjh3QkxkM1cxbUJjeEYiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX0RXNVdZS0xkaUI4Z1hUTUUzS05tbWJHTWRXajM2MlZXc0pEMXBtNXRWb1kxSlJlblY1UTFiV1N0SnRWUzVUNExTZ0ozcXJFdnExQUdXN0tnWHZER3lCamRW"
      }
    }
    Source:

    async Proofs({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    partHash
    })
    → Promise.<Object>

    Get the proofs associated with a given part

    Returns: Response containing proof information
    See:
    • GET /qlibs/:qlibid/q/:qhit/data/:qparthash/proofs
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - If not specified, latest version will be used

    partHash string

    Hash of the part

    Example
    async Proofs({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "partHash": "hqp_NqcurcF2mZVL5zuW524CuB7HLKWvNBavwPptvxfoe3igfe93"
    });
    
    
    {
      "root_hash": "16e0b08b6c01a5d21a34ef5379d8eab3dd8cb52a40b717d7c185f5db5659d770",
      "proofs": [
        {
          "byte_beg": 0,
          "byte_end": 99999,
          "proof": [
            "16e0b08b6c01a5d21a34ef5379d8eab3dd8cb52a40b717d7c185f5db5659d770"
          ]
        }
      ],
      "proof_data": {
        "16e0b08b6c01a5d21a34ef5379d8eab3dd8cb52a40b717d7c185f5db5659d770": "+FyhINrdQxFDmmECaCu5PXcTR6CDVDse+4YOzZb1lZDh4jUbuDgAAAAAAAAAAAAAAAAAAAAAn4YBAAAAAADa3UMRQ5phAmgruT13E0egg1Q7HvuGDs2W9ZWQ4eI1Gw=="
      }
    }
    Source:

    async PublicRep({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    rep,
    queryParamsoptional
    })
    → Promise.<string>

    Generate a URL to the specified /public endpoint of a content object. URL includes authorization token.

    Alias for the FabricUrl method with the "rep" parameter

    Returns: URL to the specified rep endpoint with authorization token
    See:
    • FabricUrl for creating arbitrary fabric URLs
    Parameters:
    Name Type Attributes Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    rep string

    Representation to use

    queryParams Object <optional>

    Query params to add to the URL

    Source:

    async PublishContentVersion({
    libraryId,
    objectId,
    versionHash,
    awaitCommitConfirmationoptional
    })

    Publish a previously finalized content object version

    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    versionHash string

    The version hash of the content object to publish

    awaitCommitConfirmation boolean <optional>
    true

    If specified, will wait for the publish commit to be confirmed.

    Examples
    async PublishContentVersion({
      "objectId": "iq__f2us6F8drZu6WaXwdGtJ4rBRccN",
      "versionHash": "hq__kALqcPREazgfD6gEoGBbGcfpbNAq2CeFGAQpaxf5jn3Cvm7cCEEAbjYdHiBvnp1RarQ78stk6",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__77b7rpSudPhve24eMBKQM2tvGyy",
      "versionHash": "hq__DxqoYiFRPucWgAicw1hPq8zMrsj6qrX7NZ39pbgaYrJW3uZ9JpkSbafFASuQPj9TfPDn9Q93BZ",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4",
      "versionHash": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "versionHash": "hq__LJy3APGiuNcdr5EtygBRFwp4qmjvV8DzPnjmAdA1BHoLG9un1QRbFwEDvwVoFGPoKN1ztKHKmg",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "versionHash": "hq__AKWKh5PahJ9FNMtCHN1gEW7FbiEcedLk3heTbjrJYbty5sGS4bg1zTMf4xoZoE7Tc2BFAz5mq8",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__51h5heKPcf3yzcr678YNqMoeA9Mhz4eCxaczTiZUCfjY3Agn3Hrx7KtverkBYVDipCKMSq79h3",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__6bM3YRw8xifMYnFWGfq9wAoVLvixjZhvZ5y49sabqBxag8o3o5phPyT64FCHadr5frRBugCrfT",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__cKs5VHuex6MY5HJfHBA8JQFrccj",
      "versionHash": "hq__4eZaihm2jPqgXeq5GFHq1uLZ6ow4cZFcrVrF1uWf5voqnXAqkz9zEXMSgNCLpKiMm2Gx4Quskw",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__nURtZTaNtWW2JCbxYqzQDQvyC8r",
      "versionHash": "hq__2fT4rUmjFyKn8aM9zRBZ19kSswpniK3TEAe6xPvKeA71qbW4JX9EdHD1iy7FDpbpwG2zdk7bxe",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__TncsWgESm7RrZpDnW5wt9LBXkWV",
      "versionHash": "hq__5Ud1EYAS7sFAdmWAjNjpqBFr8nXpyMuM2AHeHWpGa6saZKxszGEdwFTNNhijrDfAPMC1jZzKdK",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2om8ZBkxnxFDot3Ux9Zm8WVxnDAv",
      "versionHash": "hq__LTDreq8EQMgDt2Ns3rzoPZb4UbHP72mNnu87EiQqTu6JCcs8fJdJxqfirKyXQbCpNGPt4iuRga",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2fG8z4m6G8FwrZ8fTnwuuc5UikVf",
      "versionHash": "hq__7Q8AxTHjjXR7VEm7uaRrswN2bxybe4ecEL8M4qSD9P2Wu4z83TVu1DE7VHiYmiMe9FR4aJfNRX",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__4B3uEPytnuJg1kTr3qTEsvQj7f1V",
      "versionHash": "hq__9FZti4TGm7GpNQNwKMRQoLQ1ACm4bE245vakaofvmSWp4fCSasa7pV6q7Wb2yqmSaq3Jaz5tiX",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__LLXrHfn4uLpTmjR5FQ1gPqMyqpi",
      "versionHash": "hq__EvWdCf5YK6js4dVFtxB9V9NdNy8RZ1yCddziU5J1MqqgbF3g4JWzLahpvZs2E7pAgykQHgWXhG",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3FEKFrtua1Uh8wKdU6XkhR47TA3Z",
      "versionHash": "hq__ExzSsqmz8xxPAQnVaTKE55QioAjRUiwoWuphsso99eiAQ2jrBoArTef7jexGpFoNiCwgKii2zb",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__5odXG5EQVEN7HzyS83AchV6Y17J",
      "versionHash": "hq__2R8rbASYPiT7F3BcgFSq6QY85M5cFHY8PWVxY6RXmXWrcanXTX2N9zjRjPCFWepeUngc5tMkip",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__4Qg5sSfEjFbuechmQUzWiXSiD1d3",
      "versionHash": "hq__Fx2CPzxjx15Ar7NmAogodDcK9FHdgPAFLo1pxsogofbgxFn7xBu2UfC45wHANC9xUoyb85BiWu",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__2aWrWt2obZRqZEvGxjRV2FywwBd1",
      "versionHash": "hq__Jq33mZL88K7XoUz31wbyENA8pSRZCJX3dGCXGVitjtYy4RvawxSVGj4MmZGg6HURiHPzMZpZfm",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__4hx5ksp55isXtWpbwU3duux9cJUZDPr8aGh3JiTHxiKmzzyys5zKYARUB5h67JoPM5QJz6hdyK",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__DzUh3Tyt64SEhDBKAusxTKyGjhaGXYkPTYtBoedvuX5Ga9nZRaU7SoEJj16tQG9kCdXEioscwB",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__AQNcxV9T3xASaKxfASEyHHToTKSuCGJaN9SqTCTakAXSJV6PkwAFznLERF8rEKMmSy6MPMoaLZ",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__f2us6F8drZu6WaXwdGtJ4rBRccN",
      "versionHash": "hq__Z4wcqu3XrniwvE7XNUHF7dLBzQy8UkzbwZ6CZRKh1DYyqfBxWqA4qKKNiFcgPs28q51GWihqQ",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__Drjvv8frcyVC3BbraFURY348qvL3CuZUAEz8Ne1Rb3PabDmk6sjJAyVgJPMEwKcsMkex143WTB",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__XJkRgPvFqbrYLv5v5UKGJo91s96zJgRm7gPgh949r84BgLkWWAxivRAycjJnNyYxAFVd6F6PK",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__JsFHd63tC8eUxHp7XBegk4VNGciGp9yoS9BKZGkAvTRukWqN5cw77nNv3YDESEHfnPE8H6MFr1",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__AajZnoLfThpcEfPwuEstEmceUsdKYs3eTAc4SdgFNCFwP2bATvYHXgx6nAzLzwHmvDEdNt92aM",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__DbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "versionHash": "hq__KCBAuxKPLNNP4CVPiekiWxmNKRLQZxe1tZo13TtBmZjL5y4L1YhWRcjYHbG6QUTXuvfXwEsQD4",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3s4SbaVgbcj1K2cKgqR4JA9tKSKR",
      "versionHash": "hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f",
      "awaitCommitConfirmation": false
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "versionHash": "hq__JFqh5XeBbHKr75EbahYHYQUQLEfiMCsYL1NYEjqCJNcvkFitZfum2aQ1EDb2b4DPePtiFdswsq",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "versionHash": "hq__2mU5dxtw19BYaYUxp1Kj7wSazmGwzLPzqkgtdJiNKcPTkMZ3wYqUMxita2oovZiy8NVLZTewNj",
      "awaitCommitConfirmation": false
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__EPQ9wyjPo9yqiFzPjWDPdnbf7jMWDXBXQrJumLURffuoLnGgFbGvKWsRwbwHqMk2JrXSdHMUTs",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    async PublishContentVersion({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "versionHash": "hq__7FMm93UAnWM3eaNgDXVGw3PNcoF3hXTADLQqHfP4Jyr1ttQJnV9Lzf6he2EBeCPiZJqnXRkda1",
      "awaitCommitConfirmation": true
    });
    
    
    <No Return Value>
    Source:

    async QParts({
    libraryId,
    objectId,
    partHash,
    format
    })
    → Promise.<Format>

    Get part info in CBOR format

    Returns: Response containing the CBOR response in the specified format
    See:
    • GET /qparts/:qparthash
    Parameters:
    Name Type Description
    libraryId string

    ID of the library - required for authentication

    objectId string

    ID of the object - required for authentication

    partHash string

    Hash of the part

    format string

    Format to retrieve the response - defaults to Blob

    Examples
    async QParts({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
      "objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
      "partHash": "hqp_QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 106>
    async QParts({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
      "objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
      "partHash": "hqp_QmQNGx4dX7eiQbBffXtrDd6Xg13osamJCVujxVLym5y6SU",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 63>
    async QParts({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
      "objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
      "partHash": "hqp_QmTF5DchL9iNLvtuD4h1W8ZBDZcvPzKePxvzGQfNDUdvdm",
      "format": "arrayBuffer"
    });
    
    
    <ArrayBuffer 191>
    Source:

    async RemoveAccessGroupManager({
    contractAddress,
    memberAddress
    })
    → Promise.<string>

    Remove a manager from the access group at the specified contract address. This client's signer must be a manager of the access group.

    Returns: The transaction hash of the call to the revokeManagerAccess method
    Parameters:
    Name Type Description
    contractAddress string

    Address of the access group contract

    memberAddress string

    Address of the manager to remove

    Example
    async RemoveAccessGroupManager({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "memberAddress": "0x070a0ca2d123397e322894436be20222bd94aa1f"
    });
    
    
    "0x4df51e7019243139612f852ce4e1db06cea130ef7c019e49fcda4f211aba6d88"
    Source:

    async RemoveAccessGroupMember({
    contractAddress,
    memberAddress
    })
    → Promise.<string>

    Remove a member from the access group at the specified contract address. This client's signer must be a manager of the access group.

    Returns: The transaction hash of the call to the revokeAccess method
    Parameters:
    Name Type Description
    contractAddress string

    Address of the access group contract

    memberAddress string

    Address of the member to remove

    Example
    async RemoveAccessGroupMember({
      "contractAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "memberAddress": "0x070a0ca2d123397e322894436be20222bd94aa1f"
    });
    
    
    "0xf8e5b7a83a9626af8fccee6224f17415b09412e8b5381dd0d6b2d1ab6610a676"
    Source:

    async RemoveContentLibraryGroup({
    libraryId,
    groupAddress,
    permission
    })

    Remove accessor, contributor or reviewer permissions for the specified group on the specified library

    Parameters:
    Name Type Description
    libraryId string

    The ID of the library

    groupAddress string

    The address of the group

    permission string

    The type of permission to remove ("accessor", "contributor", "reviewer")

    Example
    async RemoveContentLibraryGroup({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "groupAddress": "0x0790e3a8c40797ed161076062caee73ce9dad89c",
      "permission": "reviewer"
    });
    
    
    <No Return Value>
    Source:

    async RemoveLibraryContentType({
    libraryId,
    typeIdoptional,
    typeNameoptional,
    typeHashoptional
    })
    → Promise.<string>

    Remove the specified content type from a library

    Returns: Hash of the removeContentType transaction
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    typeId string <optional>

    ID of the content type (required unless typeName is specified)

    typeName string <optional>

    Name of the content type (required unless typeId is specified)

    typeHash string <optional>

    Version hash of the content type

    Examples
    async RemoveLibraryContentType({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "typeName": "Test Content Type 1679c518bcacf9c43d12"
    });
    
    
    "0x04c2958e685a9a7534d8ffb6de5c774ff996a64a7af55546a1d478f8dc9afc79"
    async RemoveLibraryContentType({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "typeId": "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4"
    });
    
    
    "0xf4221eae0f631d3c36655388cbede491f3c06cdf496fcb5ce34c1e3940a0c17e"
    Source:

    async Rep({
    libraryIdoptional,
    objectIdoptional,
    versionHashoptional,
    rep,
    queryParamsoptional,
    channelAuthoptional,
    noAuthoptional,
    noCacheoptional
    })
    → Promise.<string>

    Generate a URL to the specified /rep endpoint of a content object. URL includes authorization token.

    Alias for the FabricUrl method with the "rep" parameter

    Returns: URL to the specified rep endpoint with authorization token
    See:
    • FabricUrl for creating arbitrary fabric URLs
    Parameters:
    Name Type Attributes Default Description
    libraryId string <optional>

    ID of the library

    objectId string <optional>

    ID of the object

    versionHash string <optional>

    Hash of the object version - if not specified, latest version will be used

    rep string

    Representation to use

    queryParams Object <optional>

    Query params to add to the URL

    channelAuth boolean <optional>
    false

    If specified, state channel authorization will be performed instead of access request authorization

    noAuth boolean <optional>
    false

    If specified, authorization will not be performed and the URL will not have an authorization token. This is useful for accessing public assets.

    noCache boolean <optional>
    false

    If specified, a new access request will be made for the authorization regardless of whether such a request exists in the client cache. This request will not be cached. This option has no effect if noAuth is true.

    Examples
    async Rep({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "rep": "image"
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U/q/iq__YsfdkCFFVSCNCtpGc9RwD22LCt1/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJ0eF9pZCI6IjB4OGY1ZDBjOWQ2Y2E5ZjI1NmVlMzQ0YmViZGJmOWVjYzI5N2ZhZTgyNjNkZmZjNjU1OWU0MTdlYmFhYzA0NTlhNSIsInFsaWJfaWQiOiJpbGliM1Z6NHFOM0hmWDFyaUZKdVdHOEJYekFnc1k5VSJ9.RVMyNTZLXzdUMm9WZlVFZUdpOVhhSGdzOFBMZ3pLTGR0dFhnQjltOHB1N2R4TnpGSjRjQXhCZ0RucWR3QVdiNmt1dHBvam1tVDVqZFNzcVFKTW5iaExydjVoajVtZ1l6"
    async Rep({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "rep": "image",
      "noAuth": true
    });
    
    
    "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U/q/iq__YsfdkCFFVSCNCtpGc9RwD22LCt1/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDA3MGEwY2EyZDEyMzM5N2UzMjI4OTQ0MzZiZTIwMjIyYmQ5NGFhMWYiLCJxbGliX2lkIjoiaWxpYjNWejRxTjNIZlgxcmlGSnVXRzhCWHpBZ3NZOVUifQ%3D%3D.RVMyNTZLXzM0ZFY1Nm1nUVh3Wm5FMnQyTEtvem9Md3JSaHBGQXEzU1BuVzFzVWpUSFRZN0VYUUg1c0ZuTk1CR3F6WDhxazRqQW1lQ2VTTFk0V1QxVFhRVUgzcm82TGpk"
    Source:

    async ReplaceMetadata({
    libraryId,
    objectId,
    writeToken,
    metadata,
    metadataSubtreeoptional
    })

    Replace content object metadata with specified metadata

    See:
    • PUT /qlibs/:qlibid/q/:write_token/meta
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    metadata Object

    New metadata to merge

    metadataSubtree string <optional>

    Subtree of the object metadata to modify

    Examples
    async ReplaceMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__f2us6F8drZu6WaXwdGtJ4rBRccN",
      "writeToken": "tqw_22wnx4evMhdbLnYcnbRcZyT3hqb7GP1Dh",
      "metadata": {
        "bitcode_flags": "abrmaster",
        "bitcode_format": "builtin"
      }
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__77b7rpSudPhve24eMBKQM2tvGyy",
      "writeToken": "tqw_EhfqE2tgm5aUGpm6W6nbkUNYxKDgDLUem",
      "metadata": {
        "public": {
          "name": "Test Access Group",
          "description": "Test Access Group Description"
        },
        "name": "Test Access Group",
        "description": "Test Access Group Description",
        "group": "metadata"
      }
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__3fUa7yFx3AMLBjG6gcbnNFQqgDv4",
      "writeToken": "tqw_KT9aY2H8oBAUTbxBMgvqMxwgMc1EdvAcY",
      "metadata": {
        "name": "Test Content Type 1679c518bcacf9c43d12",
        "public": {
          "name": "Test Content Type 1679c518bcacf9c43d12"
        }
      }
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "metadata": {
        "private": {
          "meta": "data"
        },
        "name": "Test Library 1679c518bcacf9c43d12",
        "description": "Test Library Description",
        "public": {
          "name": "Test Library 1679c518bcacf9c43d12",
          "description": "Test Library Description"
        }
      },
      "writeToken": "tqw_5zykKsEXnCQeRKFy1913dxZS2C5SxUeeN"
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_56eDPcxNiXBh7cQkcNvfm58Kh21X1vsqD",
      "metadataSubtree": "toReplace",
      "metadata": {
        "new": "metadata"
      }
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilibcKs5VHuex6MY5HJfHBA8JQFrccj",
      "objectId": "iq__cKs5VHuex6MY5HJfHBA8JQFrccj",
      "metadata": {
        "name": "Test Object Filtering",
        "public": {
          "name": "Test Object Filtering"
        }
      },
      "writeToken": "tqw_GJBGLhd9Sx6SJkSfSD8kzNp65gFNXsHef"
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
      "objectId": "iq__f2us6F8drZu6WaXwdGtJ4rBRccN",
      "writeToken": "tqw_PHiW18ghvwz7u3uf4Cfdxu1h7m7Uck3ZH",
      "metadataSubtree": "accessed_content/hq__7Gy6NSy4ffjSEbWjsvgodbwDX52bM3toGABdDZHynJa6CaEMjq8V3jtse1ZSQ5mpashnPEwLNM",
      "metadata": 1573253289245
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_5w1VWrQseycRfJCw6Jh6BSCQVBkBh3bT1",
      "metadataSubtree": "myLink",
      "metadata": {
        "/": "./files/testDirectory/File 1"
      }
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_5w1VWrQseycRfJCw6Jh6BSCQVBkBh3bT1",
      "metadataSubtree": "links/myLink2",
      "metadata": {
        "/": "./files/testDirectory/File 2"
      }
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__DbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "metadata": {
        "abr_profile": {
          "ladder_specs": {
            "{\"media_type\":\"audio\",\"channels\":2}": {
              "rung_specs": [
                {
                  "media_type": "audio",
                  "bit_rate": 128000,
                  "pregenerate": true
                }
              ]
            },
            "{\"media_type\":\"video\",\"aspect_ratio_height\":3,\"aspect_ratio_width\":4}": {
              "rung_specs": [
                {
                  "media_type": "video",
                  "bit_rate": 4900000,
                  "pregenerate": true,
                  "height": 1080,
                  "width": 1452
                },
                {
                  "media_type": "video",
                  "bit_rate": 3375000,
                  "pregenerate": false,
                  "height": 720,
                  "width": 968
                },
                {
                  "media_type": "video",
                  "bit_rate": 1500000,
                  "pregenerate": false,
                  "height": 540,
                  "width": 726
                },
                {
                  "media_type": "video",
                  "bit_rate": 825000,
                  "pregenerate": false,
                  "height": 432,
                  "width": 580
                },
                {
                  "media_type": "video",
                  "bit_rate": 300000,
                  "pregenerate": false,
                  "height": 360,
                  "width": 484
                }
              ]
            },
            "{\"media_type\":\"video\",\"aspect_ratio_height\":9,\"aspect_ratio_width\":16}": {
              "rung_specs": [
                {
                  "media_type": "video",
                  "bit_rate": 6500000,
                  "pregenerate": true,
                  "height": 1080,
                  "width": 1920
                },
                {
                  "media_type": "video",
                  "bit_rate": 4500000,
                  "pregenerate": false,
                  "height": 720,
                  "width": 1280
                },
                {
                  "media_type": "video",
                  "bit_rate": 2000000,
                  "pregenerate": false,
                  "height": 540,
                  "width": 960
                },
                {
                  "media_type": "video",
                  "bit_rate": 1100000,
                  "pregenerate": false,
                  "height": 432,
                  "width": 768
                },
                {
                  "media_type": "video",
                  "bit_rate": 400000,
                  "pregenerate": false,
                  "height": 360,
                  "width": 640
                }
              ]
            }
          },
          "playout_formats": {
            "dash-clear": {
              "drm": null,
              "protocol": {
                "min_buffer_length": 2,
                "type": "ProtoDash"
              }
            },
            "dash-widevine": {
              "drm": {
                "type": "DrmWidevine",
                "license_servers": [],
                "enc_scheme_name": "cenc",
                "content_id": ""
              },
              "protocol": {
                "type": "ProtoDash",
                "min_buffer_length": 2
              }
            },
            "hls-aes128": {
              "drm": {
                "type": "DrmAes128",
                "enc_scheme_name": "aes-128"
              },
              "protocol": {
                "type": "ProtoHls"
              }
            },
            "hls-clear": {
              "drm": null,
              "protocol": {
                "type": "ProtoHls"
              }
            }
          },
          "segment_specs": {
            "audio": {
              "segs_per_chunk": 15,
              "target_dur": 2
            },
            "video": {
              "segs_per_chunk": 15,
              "target_dur": 2.03
            }
          }
        },
        "name": "Test Media Library",
        "public": {
          "name": "Test Media Library"
        }
      },
      "writeToken": "tqw_5TaDxB3LDjLCgoiT1F3GajT6XxnkqQkhi"
    });
    
    
    <No Return Value>
    async ReplaceMetadata({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_Kq6h3vUVVZcq3rnqfCU51sSsoWiyCrEnr",
      "metadataSubtree": "custom_contract",
      "metadata": {
        "name": "Custom Contract",
        "description": "Custom Contract Description",
        "address": "0x5618ec2a71f680cbd00df4720ea7440303ff6074",
        "abi": [
          {
            "constant": true,
            "inputs": [],
            "name": "creator",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "licensingFee",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "bytes32[]"
              },
              {
                "name": "",
                "type": "address[]"
              }
            ],
            "name": "runAccessInfo",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "",
                "type": "uint256"
              },
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "bytes32[]"
              },
              {
                "name": "",
                "type": "address[]"
              }
            ],
            "name": "runAccess",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "",
                "type": "uint256"
              },
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "name": "runFinalize",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "percentPartial",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "amount",
                "type": "uint256"
              }
            ],
            "name": "withdraw",
            "outputs": [
              {
                "name": "",
                "type": "bool"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "proposed_status_code",
                "type": "int256"
              }
            ],
            "name": "runStatusChange",
            "outputs": [
              {
                "name": "",
                "type": "int256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [],
            "name": "kill",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [
              {
                "name": "status_code",
                "type": "int256"
              }
            ],
            "name": "runDescribeStatus",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "pure",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "STATUS_FINAL_REVIEW",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "version",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "DEFAULT_ACCESS",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "newCreator",
                "type": "address"
              }
            ],
            "name": "transferCreatorship",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [],
            "name": "runCreate",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "owner",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "partialPayment",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [],
            "name": "runKill",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "content_address",
                "type": "address"
              },
              {
                "name": "new_owner",
                "type": "address"
              }
            ],
            "name": "transferContentOwnership",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "contentSpace",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "STATUS_DRAFT_APPROVED",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "DEFAULT_SEE",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "licensing_fee",
                "type": "uint256"
              }
            ],
            "name": "setLicensingFee",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "name": "licensingStatus",
            "outputs": [
              {
                "name": "percentComplete",
                "type": "uint8"
              },
              {
                "name": "licensingFee",
                "type": "uint256"
              },
              {
                "name": "licensingFeePaid",
                "type": "uint256"
              },
              {
                "name": "valid",
                "type": "bool"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "partial_payment",
                "type": "uint8"
              }
            ],
            "name": "setPartialPayment",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "percent_partial",
                "type": "uint8"
              }
            ],
            "name": "setPercentPartial",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "",
                "type": "uint256"
              },
              {
                "name": "",
                "type": "bool"
              }
            ],
            "name": "runGrant",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "content_address",
                "type": "address"
              }
            ],
            "name": "reclaimContentOwnership",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "DEFAULT_CHARGE",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "newOwner",
                "type": "address"
              }
            ],
            "name": "transferOwnership",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "content_contract",
                "type": "address"
              },
              {
                "name": "approved",
                "type": "bool"
              },
              {
                "name": "percent_complete",
                "type": "uint8"
              },
              {
                "name": "note",
                "type": "string"
              }
            ],
            "name": "reviewContent",
            "outputs": [
              {
                "name": "",
                "type": "bool"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "payable": true,
            "stateMutability": "payable",
            "type": "fallback"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "payee",
                "type": "address"
              },
              {
                "indexed": false,
                "name": "content",
                "type": "address"
              },
              {
                "indexed": false,
                "name": "amount",
                "type": "uint256"
              }
            ],
            "name": "PayCredit",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              }
            ],
            "name": "Log",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "b",
                "type": "bool"
              }
            ],
            "name": "LogBool",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "a",
                "type": "address"
              }
            ],
            "name": "LogAddress",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "u",
                "type": "uint256"
              }
            ],
            "name": "LogUint256",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "u",
                "type": "int256"
              }
            ],
            "name": "LogInt256",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "b",
                "type": "bytes32"
              }
            ],
            "name": "LogBytes32",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "payee",
                "type": "address"
              },
              {
                "indexed": false,
                "name": "amount",
                "type": "uint256"
              }
            ],
            "name": "LogPayment",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunCreate",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunKill",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "proposedStatusCode",
                "type": "int256"
              },
              {
                "indexed": false,
                "name": "returnStatusCode",
                "type": "int256"
              }
            ],
            "name": "RunStatusChange",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "level",
                "type": "uint8"
              },
              {
                "indexed": false,
                "name": "calculateAccessCharge",
                "type": "int256"
              }
            ],
            "name": "RunAccessCharge",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "requestID",
                "type": "uint256"
              },
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunAccess",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "requestID",
                "type": "uint256"
              },
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunFinalize",
            "type": "event"
          }
        ],
        "factoryAbi": [
          {
            "constant": true,
            "inputs": [],
            "name": "creator",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "licensingFee",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "bytes32[]"
              },
              {
                "name": "",
                "type": "address[]"
              }
            ],
            "name": "runAccessInfo",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "",
                "type": "uint256"
              },
              {
                "name": "",
                "type": "uint8"
              },
              {
                "name": "",
                "type": "bytes32[]"
              },
              {
                "name": "",
                "type": "address[]"
              }
            ],
            "name": "runAccess",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "",
                "type": "uint256"
              },
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "name": "runFinalize",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "percentPartial",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "amount",
                "type": "uint256"
              }
            ],
            "name": "withdraw",
            "outputs": [
              {
                "name": "",
                "type": "bool"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "proposed_status_code",
                "type": "int256"
              }
            ],
            "name": "runStatusChange",
            "outputs": [
              {
                "name": "",
                "type": "int256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [],
            "name": "kill",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [
              {
                "name": "status_code",
                "type": "int256"
              }
            ],
            "name": "runDescribeStatus",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "pure",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "STATUS_FINAL_REVIEW",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "version",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "DEFAULT_ACCESS",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "newCreator",
                "type": "address"
              }
            ],
            "name": "transferCreatorship",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [],
            "name": "runCreate",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "owner",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "partialPayment",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [],
            "name": "runKill",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "content_address",
                "type": "address"
              },
              {
                "name": "new_owner",
                "type": "address"
              }
            ],
            "name": "transferContentOwnership",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "contentSpace",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "STATUS_DRAFT_APPROVED",
            "outputs": [
              {
                "name": "",
                "type": "bytes32"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "DEFAULT_SEE",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "licensing_fee",
                "type": "uint256"
              }
            ],
            "name": "setLicensingFee",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "name": "licensingStatus",
            "outputs": [
              {
                "name": "percentComplete",
                "type": "uint8"
              },
              {
                "name": "licensingFee",
                "type": "uint256"
              },
              {
                "name": "licensingFeePaid",
                "type": "uint256"
              },
              {
                "name": "valid",
                "type": "bool"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "partial_payment",
                "type": "uint8"
              }
            ],
            "name": "setPartialPayment",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "percent_partial",
                "type": "uint8"
              }
            ],
            "name": "setPercentPartial",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "",
                "type": "uint256"
              },
              {
                "name": "",
                "type": "bool"
              }
            ],
            "name": "runGrant",
            "outputs": [
              {
                "name": "",
                "type": "uint256"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "content_address",
                "type": "address"
              }
            ],
            "name": "reclaimContentOwnership",
            "outputs": [
              {
                "name": "",
                "type": "address"
              }
            ],
            "payable": true,
            "stateMutability": "payable",
            "type": "function"
          },
          {
            "constant": true,
            "inputs": [],
            "name": "DEFAULT_CHARGE",
            "outputs": [
              {
                "name": "",
                "type": "uint8"
              }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "newOwner",
                "type": "address"
              }
            ],
            "name": "transferOwnership",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "constant": false,
            "inputs": [
              {
                "name": "content_contract",
                "type": "address"
              },
              {
                "name": "approved",
                "type": "bool"
              },
              {
                "name": "percent_complete",
                "type": "uint8"
              },
              {
                "name": "note",
                "type": "string"
              }
            ],
            "name": "reviewContent",
            "outputs": [
              {
                "name": "",
                "type": "bool"
              }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
          },
          {
            "payable": true,
            "stateMutability": "payable",
            "type": "fallback"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "payee",
                "type": "address"
              },
              {
                "indexed": false,
                "name": "content",
                "type": "address"
              },
              {
                "indexed": false,
                "name": "amount",
                "type": "uint256"
              }
            ],
            "name": "PayCredit",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              }
            ],
            "name": "Log",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "b",
                "type": "bool"
              }
            ],
            "name": "LogBool",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "a",
                "type": "address"
              }
            ],
            "name": "LogAddress",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "u",
                "type": "uint256"
              }
            ],
            "name": "LogUint256",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "u",
                "type": "int256"
              }
            ],
            "name": "LogInt256",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "b",
                "type": "bytes32"
              }
            ],
            "name": "LogBytes32",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "label",
                "type": "string"
              },
              {
                "indexed": false,
                "name": "payee",
                "type": "address"
              },
              {
                "indexed": false,
                "name": "amount",
                "type": "uint256"
              }
            ],
            "name": "LogPayment",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunCreate",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunKill",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "proposedStatusCode",
                "type": "int256"
              },
              {
                "indexed": false,
                "name": "returnStatusCode",
                "type": "int256"
              }
            ],
            "name": "RunStatusChange",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "level",
                "type": "uint8"
              },
              {
                "indexed": false,
                "name": "calculateAccessCharge",
                "type": "int256"
              }
            ],
            "name": "RunAccessCharge",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "requestID",
                "type": "uint256"
              },
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunAccess",
            "type": "event"
          },
          {
            "anonymous": false,
            "inputs": [
              {
                "indexed": false,
                "name": "requestID",
                "type": "uint256"
              },
              {
                "indexed": false,
                "name": "result",
                "type": "uint256"
              }
            ],
            "name": "RunFinalize",
            "type": "event"
          }
        ]
      }
    });
    
    
    <No Return Value>
    Source:

    async ResetRegion() → Promise.<Object>

    Reset fabric URLs to prefer the best region auto-detected by the fabric.

    Note: Client must have been initialized with FromConfiguration

    Returns: An object containing the updated fabric and ethereum URLs in order of preference
    Source:

    async SendFunds({
    recipient,
    ether
    })
    → Promise.<Object>

    Send ether from this client's current signer to the specified recipient address

    Returns: The transaction receipt
    Parameters:
    Name Type Description
    recipient string

    Address of the recipient

    ether number

    Amount of ether to send

    Example
    async SendFunds({
      "recipient": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
      "ether": 9.714130392
    });
    
    
    {
      "to": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
      "from": "0xddc26D38504e5725fbF6b71CFF0A5B1926c50289",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x5208"
      },
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0xf5a57097ea82ba6fb5d8eaaf5c7069b847b350c95f21ae15ac691de34443df81",
      "transactionHash": "0x90c5c95db5de90c7f2f81645e2e39bc60d2d5136c678c74e98a10131b26cbc94",
      "logs": [],
      "blockNumber": 114119,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x5208"
      },
      "status": 1,
      "byzantium": true
    }
    Source:

    async SetAccessCharge({
    objectId,
    accessCharge
    })

    Set the access charge for the specified object

    Parameters:
    Name Type Description
    objectId string

    ID of the object

    accessCharge number | string

    The new access charge, in ether

    Example
    async SetAccessCharge({
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "accessCharge": "0.5"
    });
    
    
    <No Return Value>
    Source:

    async SetContentLibraryImage({
    libraryId,
    image
    })

    Set the image associated with this library

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    image Blob | ArrayBuffer | Buffer

    Image to upload

    Example
    async SetContentLibraryImage({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "image": "<ArrayBuffer 101254>"
    });
    
    
    <No Return Value>
    Source:

    async SetContentObjectImage({
    libraryId,
    objectId,
    image
    })

    Set the image associated with this object

    Note: The content type of the object must support /rep/image

    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    image Blob | ArrayBuffer | Buffer

    Image to upload

    Example
    async SetContentObjectImage({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "image": "<ArrayBuffer 101254>"
    });
    
    
    <No Return Value>
    Source:

    async SetCustomContentContract({
    libraryId,
    objectId,
    customContractAddress,
    nameoptional,
    descriptionoptional,
    abi,
    factoryAbioptional,
    overridesoptional
    })
    → Promise.<Object>

    Set the custom contract of the specified object with the contract at the specified address

    Note: This also updates the content object metadata with information about the contract - particularly the ABI

    Returns: Result transaction of calling the setCustomContract method on the content object contract
    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    customContractAddress string

    Address of the deployed custom contract

    name string <optional>

    Optional name of the custom contract

    description string <optional>

    Optional description of the custom contract

    abi Object

    ABI of the custom contract

    factoryAbi Object <optional>

    If the custom contract is a factory, the ABI of the contract it deploys

    overrides Object <optional>

    Change default gasPrice or gasLimit used for this action

    Example
    async SetCustomContentContract({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "name": "Custom Contract",
      "description": "Custom Contract Description",
      "customContractAddress": "0x5618ec2a71f680cbd00df4720ea7440303ff6074",
      "abi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "licensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccess",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "runFinalize",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "percentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "withdraw",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "proposed_status_code",
              "type": "int256"
            }
          ],
          "name": "runStatusChange",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "runDescribeStatus",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "pure",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_FINAL_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runCreate",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "partialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runKill",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            },
            {
              "name": "new_owner",
              "type": "address"
            }
          ],
          "name": "transferContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT_APPROVED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "licensing_fee",
              "type": "uint256"
            }
          ],
          "name": "setLicensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "licensingStatus",
          "outputs": [
            {
              "name": "percentComplete",
              "type": "uint8"
            },
            {
              "name": "licensingFee",
              "type": "uint256"
            },
            {
              "name": "licensingFeePaid",
              "type": "uint256"
            },
            {
              "name": "valid",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "partial_payment",
              "type": "uint8"
            }
          ],
          "name": "setPartialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "percent_partial",
              "type": "uint8"
            }
          ],
          "name": "setPercentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "bool"
            }
          ],
          "name": "runGrant",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            }
          ],
          "name": "reclaimContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_CHARGE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "percent_complete",
              "type": "uint8"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "reviewContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "PayCredit",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            }
          ],
          "name": "Log",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bool"
            }
          ],
          "name": "LogBool",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "LogAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "uint256"
            }
          ],
          "name": "LogUint256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "int256"
            }
          ],
          "name": "LogInt256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bytes32"
            }
          ],
          "name": "LogBytes32",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunKill",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "proposedStatusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "returnStatusCode",
              "type": "int256"
            }
          ],
          "name": "RunStatusChange",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "calculateAccessCharge",
              "type": "int256"
            }
          ],
          "name": "RunAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunFinalize",
          "type": "event"
        }
      ],
      "factoryAbi": [
        {
          "constant": true,
          "inputs": [],
          "name": "creator",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "licensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccessInfo",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint8"
            },
            {
              "name": "",
              "type": "bytes32[]"
            },
            {
              "name": "",
              "type": "address[]"
            }
          ],
          "name": "runAccess",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "name": "runFinalize",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "percentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "withdraw",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "proposed_status_code",
              "type": "int256"
            }
          ],
          "name": "runStatusChange",
          "outputs": [
            {
              "name": "",
              "type": "int256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "kill",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "status_code",
              "type": "int256"
            }
          ],
          "name": "runDescribeStatus",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "pure",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_FINAL_REVIEW",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "version",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_ACCESS",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newCreator",
              "type": "address"
            }
          ],
          "name": "transferCreatorship",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runCreate",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "owner",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "partialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [],
          "name": "runKill",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            },
            {
              "name": "new_owner",
              "type": "address"
            }
          ],
          "name": "transferContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "contentSpace",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "STATUS_DRAFT_APPROVED",
          "outputs": [
            {
              "name": "",
              "type": "bytes32"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_SEE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "licensing_fee",
              "type": "uint256"
            }
          ],
          "name": "setLicensingFee",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "name": "licensingStatus",
          "outputs": [
            {
              "name": "percentComplete",
              "type": "uint8"
            },
            {
              "name": "licensingFee",
              "type": "uint256"
            },
            {
              "name": "licensingFeePaid",
              "type": "uint256"
            },
            {
              "name": "valid",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "partial_payment",
              "type": "uint8"
            }
          ],
          "name": "setPartialPayment",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "percent_partial",
              "type": "uint8"
            }
          ],
          "name": "setPercentPartial",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "",
              "type": "uint256"
            },
            {
              "name": "",
              "type": "bool"
            }
          ],
          "name": "runGrant",
          "outputs": [
            {
              "name": "",
              "type": "uint256"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_address",
              "type": "address"
            }
          ],
          "name": "reclaimContentOwnership",
          "outputs": [
            {
              "name": "",
              "type": "address"
            }
          ],
          "payable": true,
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "constant": true,
          "inputs": [],
          "name": "DEFAULT_CHARGE",
          "outputs": [
            {
              "name": "",
              "type": "uint8"
            }
          ],
          "payable": false,
          "stateMutability": "view",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "newOwner",
              "type": "address"
            }
          ],
          "name": "transferOwnership",
          "outputs": [],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "constant": false,
          "inputs": [
            {
              "name": "content_contract",
              "type": "address"
            },
            {
              "name": "approved",
              "type": "bool"
            },
            {
              "name": "percent_complete",
              "type": "uint8"
            },
            {
              "name": "note",
              "type": "string"
            }
          ],
          "name": "reviewContent",
          "outputs": [
            {
              "name": "",
              "type": "bool"
            }
          ],
          "payable": false,
          "stateMutability": "nonpayable",
          "type": "function"
        },
        {
          "payable": true,
          "stateMutability": "payable",
          "type": "fallback"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "content",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "PayCredit",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            }
          ],
          "name": "Log",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bool"
            }
          ],
          "name": "LogBool",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "a",
              "type": "address"
            }
          ],
          "name": "LogAddress",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "uint256"
            }
          ],
          "name": "LogUint256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "u",
              "type": "int256"
            }
          ],
          "name": "LogInt256",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "b",
              "type": "bytes32"
            }
          ],
          "name": "LogBytes32",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "label",
              "type": "string"
            },
            {
              "indexed": false,
              "name": "payee",
              "type": "address"
            },
            {
              "indexed": false,
              "name": "amount",
              "type": "uint256"
            }
          ],
          "name": "LogPayment",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunCreate",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunKill",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "proposedStatusCode",
              "type": "int256"
            },
            {
              "indexed": false,
              "name": "returnStatusCode",
              "type": "int256"
            }
          ],
          "name": "RunStatusChange",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "level",
              "type": "uint8"
            },
            {
              "indexed": false,
              "name": "calculateAccessCharge",
              "type": "int256"
            }
          ],
          "name": "RunAccessCharge",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunAccess",
          "type": "event"
        },
        {
          "anonymous": false,
          "inputs": [
            {
              "indexed": false,
              "name": "requestID",
              "type": "uint256"
            },
            {
              "indexed": false,
              "name": "result",
              "type": "uint256"
            }
          ],
          "name": "RunFinalize",
          "type": "event"
        }
      ]
    });
    
    
    {
      "to": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
      "from": "0x070a0ca2d123397E322894436Be20222Bd94aA1F",
      "contractAddress": null,
      "transactionIndex": 0,
      "gasUsed": {
        "_hex": "0x1858a"
      },
      "logsBloom": "0x00000000040000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000800000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "blockHash": "0x2316e9b4597c5fdb163e3155ad8b9d3006bbb6d030db9e55680b1d7e8e9b2796",
      "transactionHash": "0x7adcf3116476320ad50ad6f5d9bd2e5b06853d9bf043960fd17ca83ba4dc5126",
      "logs": [
        {
          "transactionIndex": 0,
          "blockNumber": 114106,
          "transactionHash": "0x7adcf3116476320ad50ad6f5d9bd2e5b06853d9bf043960fd17ca83ba4dc5126",
          "address": "0x2772154536F0Db0cDA6452AeaB347d0b0F398dC2",
          "topics": [
            "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
          ],
          "data": "0x0000000000000000000000005618ec2a71f680cbd00df4720ea7440303ff6074",
          "logIndex": 0,
          "blockHash": "0x2316e9b4597c5fdb163e3155ad8b9d3006bbb6d030db9e55680b1d7e8e9b2796",
          "transactionLogIndex": 0,
          "decode": "function",
          "name": "SetContentContract",
          "signature": "SetContentContract(address)",
          "topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
          "values": {
            "0": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
            "contentContractAddress": "0x5618eC2A71F680Cbd00Df4720eA7440303fF6074",
            "length": 1
          }
        }
      ],
      "blockNumber": 114106,
      "confirmations": 1,
      "cumulativeGasUsed": {
        "_hex": "0x1858a"
      },
      "status": 1,
      "byzantium": true
    }
    Source:

    SetNodes({
    fabricURIsoptional,
    ethereumURIsoptional
    })

    Set the client to use the specified fabric and ethereum nodes, in preference order

    Parameters:
    Name Type Attributes Description
    fabricURIs Array.<string> <optional>

    A list of URLs for the fabric, in preference order

    ethereumURIs Array.<string> <optional>

    A list of URLs for the blockchain, in preference order

    Source:

    SetSigner({signer})

    Set the signer for this client to use for blockchain transactions

    Parameters:
    Name Type Description
    signer object

    The ethers.js signer object

    Source:

    async SetSignerFromWeb3Provider({provider})

    Set the signer for this client to use for blockchain transactions from an existing web3 provider. Useful for integrating with MetaMask

    Parameters:
    Name Type Description
    provider object

    The web3 provider object

    Source:

    async StartABRMezzanineJobs({
    libraryId,
    objectId,
    offeringKeyoptional,
    accessoptional
    })
    → Promise.<Object>

    Start any incomplete jobs on the specified mezzanine

    Returns: A write token for the mezzanine object, as well as any logs, warnings and errors from the job initialization
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the mezzanine library

    objectId string

    ID of the mezzanine object

    offeringKey string <optional>
    default

    The offering to process

    access Object <optional>

    (S3) Region, bucket, access key and secret for S3 - Required if any files in the masters are S3 references

    • Format: {region, bucket, accessKey, secret}
    Example
    async StartABRMezzanineJobs({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3PSvLjKKKMdZtNB8k6Hih3B3fxzw",
      "offeringKey": "default"
    });
    
    
    {
      "writeToken": "tqw_32kgEewYeKUyopViWi1PXtn72b6Yd3EJ2",
      "data": [
        "32ddc945-4d43-4833-b6fa-3d5c1d2665a1",
        "f299d05a-f209-4def-88f5-4c9801f679fb"
      ],
      "logs": [
        "2019-11-08 22:48:56 Debug: getAvpReqCtx filePath=Video.mp4 qhot=hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f key=hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f.txAudio.Video.mp4",
        "2019-11-08 22:48:56 Debug: getAvpReqCtx filePath=Video.mp4 qhot=hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f key=hq__AicxMBYkenfvWK5hoerQ6spgDHfK6bGacXQaZsj2j5gGFrJR5PsXgu5qn4E4BXiUe5YmJwmD2f.txVideo.Video.mp4"
      ],
      "warnings": [],
      "errors": []
    }
    Source:

    ToggleLogging(enable)

    Enable or disable verbose logging

    Parameters:
    Name Type Description
    enable boolean

    Set logging

    Source:

    async UploadFiles({
    libraryId,
    objectId,
    writeToken,
    fileInfo,
    callbackoptional
    })

    Upload files to a content object.

    Expected format of fileInfo:

    [ { path: string, mime_type: string, size: number, data: File | ArrayBuffer | Buffer } ]

    Parameters:
    Name Type Attributes Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    fileInfo Array.<object>

    List of files to upload, including their size, type, and contents

    callback function <optional>

    If specified, will be called after each job segment is finished with the current upload progress

    • Format: {"filename1": {uploaded: number, total: number}, ...}
    Examples
    async UploadFiles({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4GqXLa3ZsYxWPypAZR4x2aMynuxTniZKT",
      "fileInfo": [
        {
          "path": "testDirectory/File 1",
          "type": "file",
          "mime_type": "text/plain",
          "size": 100000
        },
        {
          "path": "testDirectory/File 2",
          "type": "file",
          "mime_type": "text/plain",
          "size": 100000
        }
      ],
      "callback": "function"
    });
    
    
    <No Return Value>
    async UploadFiles({
      "libraryId": "ilibDbPZhfm2FnTUqcDtMXGV7Ybuu7C",
      "objectId": "iq__3s4SbaVgbcj1K2cKgqR4JA9tKSKR",
      "writeToken": "tqw_CEV9rJyqY3Q5GAy2JqwxEJMQ1KfRWgRfp",
      "fileInfo": [
        {
          "path": "Video.mp4",
          "mime_type": "video/mp4",
          "size": 3738907,
          "type": "file"
        }
      ]
    });
    
    
    <No Return Value>
    Source:

    async UploadFilesFromS3({
    libraryId,
    objectId,
    writeToken,
    region,
    bucket,
    fileInfo,
    accessKey,
    secret,
    copy,
    callbackoptional
    })

    Copy/reference files from S3 to a content object

    Expected format of fileInfo:

    [ { path: string, source: string } ]

    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the draft

    region string

    AWS region to use

    bucket string

    AWS bucket to use

    fileInfo Array.<Object>

    List of files to reference/copy

    accessKey string

    AWS access key

    secret string

    AWS secret

    copy boolean false

    If true, will copy the data from S3 into the fabric. Otherwise, a reference to the content will be made.

    callback function <optional>

    If specified, will be periodically called with current upload status

    • Arguments (copy): { done: boolean, uploaded: number, total: number, uploadedFiles: number, totalFiles: number, fileStatus: Object }
    • Arguments (reference): { done: boolean, uploadedFiles: number, totalFiles: number }
    Examples
    async UploadFilesFromS3({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_9z4SPjoWdPdKojej79EmHziAA5yfNtu2B",
      "fileInfo": [
        {
          "path": "s3-copy",
          "source": "ENTIRE_CREED_2min_.mp4"
        }
      ],
      "region": "us-west-1",
      "bucket": "eluvio-mez-test",
      "accessKey": "<filtered>",
      "secret": "<filtered>",
      "copy": true,
      "callback": "function"
    });
    
    
    <No Return Value>
    async UploadFilesFromS3({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_MWvgmcQ784FTsetwjMQzUf78pcCMVj6F6",
      "fileInfo": [
        {
          "path": "s3-reference",
          "source": "ENTIRE_CREED_2min_.mp4"
        }
      ],
      "region": "us-west-1",
      "bucket": "eluvio-mez-test",
      "accessKey": "<filtered>",
      "secret": "<filtered>",
      "copy": false,
      "callback": "function"
    });
    
    
    <No Return Value>
    Source:

    async UploadPart({
    libraryId,
    objectId,
    writeToken,
    data,
    chunkSizeoptional,
    encryptionoptional
    })
    → Promise.<Object>

    Upload part to an object draft

    Note: If uploading a large file (especially with an HTML file and/or when using the FrameClient) it is recommended to use the CreatePart + UploadPartChunk + FinalizePart flow to upload the file in smaller chunks.

    Returns: Response containing information about the uploaded part
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    data File | ArrayBuffer | Buffer

    Data to upload

    chunkSize number <optional>
    1000000

    (1MB) - Chunk size, in bytes

    encryption string <optional>
    none

    Desired encryption scheme. Options: 'none (default)', 'cgck'

    Examples
    async UploadPart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "writeToken": "tqw_9QaoiwuifnHELNQN67eDrjPrGs1ahrXGW",
      "data": "<ArrayBuffer 101254>",
      "encrypted": false
    });
    
    
    {
      "content": {
        "id": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
        "write_token": "tqw_9QaoiwuifnHELNQN67eDrjPrGs1ahrXGW",
        "type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
      },
      "part": {
        "hash": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o",
        "size": 101254
      }
    }
    async UploadPart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_GdwUKh7chnw3xTbB57UE3XF3pVAEu2n8Y",
      "data": "<ArrayBuffer 100000>"
    });
    
    
    {
      "content": {
        "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
        "write_token": "tqw_GdwUKh7chnw3xTbB57UE3XF3pVAEu2n8Y",
        "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
      },
      "part": {
        "hash": "hqp_NqcurcF2mZVL5zuW524CuB7HLKWvNBavwPptvxfoe3igfe93",
        "size": 100000
      }
    }
    async UploadPart({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AE5f5QgQPCUR5iBtd82ohCK9xWTCeXnA",
      "data": "<ArrayBuffer 100000>",
      "encryption": "cgck"
    });
    
    
    {
      "content": {
        "id": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
        "write_token": "tqw_4AE5f5QgQPCUR5iBtd82ohCK9xWTCeXnA",
        "type": "hq__AJ4wHkD71K4PbFBaHWHVJQQCfauBdVt9qCfSwwXZ4YpQJWdQmw1nxeEN26UzAdPfaZr6ECGdPz"
      },
      "part": {
        "hash": "hqpe2xJtSFfYXg4PfFueTdvAjLecJZAoUyqGevesXVSdhmmGhwSM",
        "size": 102657
      }
    }
    Source:

    async UploadPartChunk({
    libraryId,
    objectId,
    writeToken,
    partWriteToken,
    chunk,
    encryptionoptional
    })
    → Promise.<string>

    Upload data to an open part draft

    Returns: The part write token for the part draft
    Parameters:
    Name Type Attributes Default Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    writeToken string

    Write token of the content object draft

    partWriteToken string

    Write token of the part

    chunk ArrayBuffer | Buffer

    Data to upload

    encryption string <optional>
    none

    Desired encryption scheme. Options: 'none (default)', 'cgck'

    Examples
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "writeToken": "tqw_9QaoiwuifnHELNQN67eDrjPrGs1ahrXGW",
      "partWriteToken": "tqpwDZyhYoMdmXkcFoQXr2mjkLRafhGDMYeU1",
      "chunk": "<ArrayBuffer 101254>",
      "encryption": "none"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_GdwUKh7chnw3xTbB57UE3XF3pVAEu2n8Y",
      "partWriteToken": "tqpwNxpvSApV62SM2z1VpiBMCJjgN5R7gZhc7",
      "chunk": "<ArrayBuffer 100000>",
      "encryption": "none"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AE5f5QgQPCUR5iBtd82ohCK9xWTCeXnA",
      "partWriteToken": "tqpwFuSw4vCWbd1YKXoTs3aofJ6A3QaukqNWx",
      "chunk": "<ArrayBuffer 100000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm",
      "partWriteToken": "tqpwNYRJFWwR57u9nQhucXcz1RFeRZNvYzAHw",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm",
      "partWriteToken": "tqpwNYRJFWwR57u9nQhucXcz1RFeRZNvYzAHw",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm",
      "partWriteToken": "tqpwNYRJFWwR57u9nQhucXcz1RFeRZNvYzAHw",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm",
      "partWriteToken": "tqpwNYRJFWwR57u9nQhucXcz1RFeRZNvYzAHw",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm",
      "partWriteToken": "tqpwNYRJFWwR57u9nQhucXcz1RFeRZNvYzAHw",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm",
      "partWriteToken": "tqpwNYRJFWwR57u9nQhucXcz1RFeRZNvYzAHw",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm",
      "partWriteToken": "tqpwNYRJFWwR57u9nQhucXcz1RFeRZNvYzAHw",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm",
      "partWriteToken": "tqpwNYRJFWwR57u9nQhucXcz1RFeRZNvYzAHw",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm",
      "partWriteToken": "tqpwNYRJFWwR57u9nQhucXcz1RFeRZNvYzAHw",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_qAj9oBXnGWsvaB4vP9b62E7asRXNVTMm",
      "partWriteToken": "tqpwNYRJFWwR57u9nQhucXcz1RFeRZNvYzAHw",
      "chunk": "<ArrayBuffer 10000>"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta",
      "partWriteToken": "tqpwMB1jYG5hoeUEQnbx86tscYc8GhUNSeYEh",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta",
      "partWriteToken": "tqpwMB1jYG5hoeUEQnbx86tscYc8GhUNSeYEh",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta",
      "partWriteToken": "tqpwMB1jYG5hoeUEQnbx86tscYc8GhUNSeYEh",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta",
      "partWriteToken": "tqpwMB1jYG5hoeUEQnbx86tscYc8GhUNSeYEh",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta",
      "partWriteToken": "tqpwMB1jYG5hoeUEQnbx86tscYc8GhUNSeYEh",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta",
      "partWriteToken": "tqpwMB1jYG5hoeUEQnbx86tscYc8GhUNSeYEh",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta",
      "partWriteToken": "tqpwMB1jYG5hoeUEQnbx86tscYc8GhUNSeYEh",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta",
      "partWriteToken": "tqpwMB1jYG5hoeUEQnbx86tscYc8GhUNSeYEh",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta",
      "partWriteToken": "tqpwMB1jYG5hoeUEQnbx86tscYc8GhUNSeYEh",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    async UploadPartChunk({
      "libraryId": "ilib3Vz4qN3HfX1riFJuWG8BXzAgsY9U",
      "objectId": "iq__YsfdkCFFVSCNCtpGc9RwD22LCt1",
      "writeToken": "tqw_4AgYK8cAiy2YxvRf97KR8rkvLxn3vrZta",
      "partWriteToken": "tqpwMB1jYG5hoeUEQnbx86tscYc8GhUNSeYEh",
      "chunk": "<ArrayBuffer 10000>",
      "encryption": "cgck"
    });
    
    
    <No Return Value>
    Source:

    async UseRegion({region}) → Promise.<Object>

    Update fabric URLs to prefer the specified region.

    Note: Client must have been initialized with FromConfiguration

    Returns: An object containing the updated fabric and ethereum URLs in order of preference
    Parameters:
    Name Type Description
    region string

    Preferred region - the fabric will auto-detect the best region if not specified

    • Available regions: na-west-north na-west-south na-east eu-west
    Source:

    async VerifyContentObject({
    libraryId,
    objectId,
    versionHash
    })
    → Promise.<Object>

    Verify the specified content object

    Returns: Response describing verification results
    Parameters:
    Name Type Description
    libraryId string

    ID of the library

    objectId string

    ID of the object

    versionHash string

    Hash of the content object version

    Example
    async VerifyContentObject({
      "libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
      "objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
      "versionHash": "hq__QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8"
    });
    
    
    {
      "hash": "hq__QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8",
      "qref": {
        "valid": true,
        "hash": "hqp_QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8"
      },
      "qmd": {
        "valid": true,
        "hash": "hqp_QmQNGx4dX7eiQbBffXtrDd6Xg13osamJCVujxVLym5y6SU",
        "check": {
          "valid": true,
          "invalidValues": []
        }
      },
      "qstruct": {
        "valid": true,
        "hash": "hqp_QmTF5DchL9iNLvtuD4h1W8ZBDZcvPzKePxvzGQfNDUdvdm",
        "parts": []
      },
      "valid": true
    }
    Source: